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 435f4c3 commit c13776eCopy full SHA for c13776e
.github/workflows/playwright.yml
@@ -32,7 +32,7 @@ jobs:
32
id: test-ui
33
run: |
34
cd tests && npx playwright test | tee output.log
35
- if grep -q "failed" output.log; then
+ if grep -E "failed|Error" output.log; then
36
echo "Playwright tests failed. Please view the Playwright report to see full error."
37
exit 1
38
fi
0 commit comments