Fix playwright never running regression tests
- Fix path in
playwright.config.ts
for wax_regression_tests testsuite (Add missing slash) - Fix wax_regression_tests tests
- Looking at the amount of tests we now have in our repository - maybe it would be good to enable multithreading (
--workers
in playwright CLI options) @wrona