We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca2e0e commit 192db32Copy full SHA for 192db32
.github/workflows/playwright.yml
@@ -42,6 +42,6 @@ jobs:
42
if: ${{ failure() }}
43
with:
44
message: |
45
- ### Playwright visual snapshot differences were detected.
46
- View the [Playwright report](${{ steps.artifact-upload.outputs.artifact-url }}) to review the visual differences.
47
- **To approve the snapshot changes and update the snapshots, please comment:** /approve-snapshots
+ ### Playwright tests failed.
+ View the [Playwright report](${{ steps.artifact-upload.outputs.artifact-url }}) to review any visual differences.
+ **To generate updated snapshots, please comment:** /approve-snapshots
0 commit comments