Skip to content

Commit

Permalink
tests: added Storybook tests in pipeline and flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Mar 6, 2024
1 parent 5c65b4e commit e08efa8
Show file tree
Hide file tree
Showing 4 changed files with 3,342 additions and 87 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

# [Optional] Uncomment if you want to install more global node packages
# RUN su node -c "npm install -g <your-package-list -here>"

# Intall playwright with npx
RUN su node -c "npx playwright install"
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ jobs:
run: npm run test:unit
- name: Translation validation
run: npm run translation-key-check
- name: Install Playwright
run: npx playwright install --with-deps
- name: Run Storybook tests
run: npm run test:visual
Loading

0 comments on commit e08efa8

Please sign in to comment.