|
48 | 48 | run: './bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep @Playwright --debug'
|
49 | 49 | - name: run chromium with restart==browser tests
|
50 | 50 | run: 'BROWSER_RESTART=browser ./bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep @Playwright --debug'
|
51 | | - - name: run chromium with restart==session tests |
| 51 | + - name: run chromium with restart==session tests on 2 workers split by pool |
| 52 | + run: 'BROWSER_RESTART=session ./bin/codecept.js run-workers 2 -c test/acceptance/codecept.Playwright.js --grep @Playwright --debug --by=pool' |
| 53 | + - name: run chromium with restart==session tests and |
52 | 54 | run: 'BROWSER_RESTART=session ./bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep @Playwright --debug'
|
53 | 55 | - name: run firefox tests
|
54 | 56 | run: 'BROWSER=firefox node ./bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep @Playwright --debug'
|
|
0 commit comments