[%- USE LxERP -%][%- USE L -%]

[% LxERP.t8("Only run tests from this file:") %] [% opts = [ [ '', LxERP.t8("– all available test files –") ] ]; opts = opts.import(SELF.all_scripts); L.select_tag('file_filter', opts, default=FORM.file_filter) %] [% L.button_tag('run_tests_from();', LxERP.t8('Run tests'), id='run_js_tests_button') %]


[% FOREACH script = SELF.scripts_to_run %] [% END %]