BazingaJsTranslationBundle icon indicating copy to clipboard operation
BazingaJsTranslationBundle copied to clipboard

Replace the JS test runner

Open stof opened this issue 1 year ago • 0 comments

Instead of the outdated setup using the unmaintained phantomjs, this now uses @web/test-runner and runs tests in an actual browser.

I also updated QUnit to its latest version instead of the totally outdated version used before. To run tests locally, I kept the index.html that supports standalone run of QUnit, even though npm test -- --manual is also possible thanks to the manual mode of @web/test-runner

stof avatar Aug 08 '24 16:08 stof