Skip to content
Snippets Groups Projects
Commit c141e42c authored by Max Frederiksen's avatar Max Frederiksen
Browse files

CE-3755: Install @storybook/test-runner and add script

parent 378de8ce
No related branches found
No related tags found
1 merge request!224CE-3755: Storybook smoketest 1.3.0
Pipeline #221390 failed
This diff is collapsed.
......@@ -38,6 +38,7 @@
"@storybook/react-vite": "^8.3.5",
"@storybook/react-webpack5": "^8.3.5",
"@storybook/test": "^8.3.5",
"@storybook/test-runner": "^0.22.0",
"@testing-library/cypress": "^10.0.2",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.7.4",
......@@ -89,6 +90,7 @@
"prettier:fix": "npm run prettier -- --write",
"ci:build": "tsc && vite build",
"ci:build-storybook": "storybook build",
"ci:test-storybook": "npx wait-on tcp:127.0.0.1:6006 && test-storybook",
"ci:code-quality": "eslint src --format gitlab"
},
"browserslist": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment