We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dbcda commit 478df12Copy full SHA for 478df12
.github/workflows/single-test-timeout.yml
@@ -40,10 +40,8 @@ jobs:
40
run: 'sleep 3'
41
- name: run simple test with browser restart
42
run: |
43
- echo "=== Running simple test with browser restart ==="
44
- timeout 60 env BROWSER_RESTART=browser ./bin/codecept.js run --config test/acceptance/codecept.Playwright.js --grep "simple page test" --verbose
45
- echo "Exit code: $?"
46
- timeout-minutes: 2
+ DEBUG=* BROWSER_RESTART=browser ./bin/codecept.js run --config test/acceptance/codecept.Playwright.js --grep "simple page test" --verbose
+ timeout-minutes: 1
47
48
test-complex-scenario:
49
runs-on: ubuntu-latest
0 commit comments