We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af18280 commit 02e36b6Copy full SHA for 02e36b6
src/test/browser.js
@@ -45,6 +45,10 @@ export default async (argv, execaOptions) => {
45
[
46
...files,
47
'--mode', argv.runner === 'browser' ? 'main' : 'worker',
48
+ // autodetect is broken in pw-test
49
+ // https://github.com/hugomrdias/playwright-test/issues/573
50
+ // https://github.com/hugomrdias/playwright-test/issues/572
51
+ '--runner', 'mocha',
52
...watch,
53
...cov,
54
'--config', fromAegir('src/config/pw-test.js'),
0 commit comments