Skip to content

Commit

Permalink
Added Playwright as a dev dependency for UI kit.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Oct 27, 2023
1 parent aae18f6 commit 090d9ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
node-version: '18.14'
- name: Install dependencies
run: npm install
run: npm install && npx playwright install
working-directory: docroot/themes/contrib/civictheme/civictheme_library
- name: Build Storybook
run: npm run build-storybook
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"test-storybook:ci": "concurrently --kill-others --success first --names \"SB,TEST\" --prefix-colors \"magenta,blue\" \"npx http-server storybook-static --port 6006 -a 127.0.0.1 --silent\" \"wait-on --timeout 10000 http://127.0.01:6006 && npm run test-storybook\""
},
"devDependencies": {
"@alexskrypnyk/scss-variables-extractor": "^0.1.0",
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@alexskrypnyk/scss-variables-extractor": "^0.1.0",
"@storybook/addon-a11y": "^6.1.18",
"@storybook/addon-essentials": "^6.3.8",
"@storybook/addon-knobs": "^6.3.1",
Expand Down Expand Up @@ -81,6 +81,7 @@
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@playwright/test": "^1.39.0",
"@popperjs/core": "^2.11.6",
"breakpoint-sass": "^2.7.1",
"normalize.css": "^8.0.1"
Expand Down

0 comments on commit 090d9ec

Please sign in to comment.