Skip to content

Commit

Permalink
test: add eyes storybook tests (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash authored Sep 24, 2024
1 parent 315a079 commit 8f3e6d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
- run: npx playwright install
- name: Run test
run: npm test
- name: Run Storybook tests
env:
APPLITOOLS_BATCH_ID: ${{ github.sha }}
run: npx -y @applitools/eyes-storybook --storybook-url http://localhost:3000/storybook/index.html
- name: Prepare playwright artifact directory
if: always()
run: |
Expand Down

0 comments on commit 8f3e6d3

Please sign in to comment.