test(web-components/buttons): add ui tests#395
Conversation
|
Caution Playwright visual snapshot differences were detected. To approve the snapshot changes and update the snapshots, please comment: |
|
Caution Playwright visual snapshot differences were detected. To approve the snapshot changes and update the snapshots, please comment: |
|
/approve-snapshots |
|
/approve-snapshots |
|
/approve-snapshots |
|
/approve-snapshots |
.github/workflows/development.yml
Outdated
| - name: 🗄️ archive artifacts | ||
| uses: actions/upload-artifact@v4 | ||
| id: artifact-upload | ||
| if: always() |
| types: | ||
| - created | ||
| - edited | ||
| - deleted |
There was a problem hiding this comment.
delete is not neccessery
| jobs: | ||
| update-snapshots: | ||
| name: Update Snapshots | ||
| if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/approve-snapshots') }} |
| permissions: | ||
| contents: write | ||
| pull-requests: write |
| uses: google/wireit@setup-github-actions-caching/v2 | ||
|
|
||
| - name: 📸 update snapshots | ||
| run: pnpm exec playwright test --update-snapshots |
There was a problem hiding this comment.
create a script in pakcage.json without caching in wireit
|
/approve-snapshots |
|
⏳ Updating snapshots. Click here to see the status. |
|
Caution Playwright visual snapshot differences were detected. To approve the snapshot changes and update the snapshots, please comment: |
|
/approve-snapshots |
⏳ Updating snapshots. Click here to see the status. |
|
Caution Playwright visual snapshot differences were detected. To approve the snapshot changes and update the snapshots, please comment: |
No description provided.