Merge pull request #5567 from penpot/juanfran-add-component-testing-to-ci

 add component testing to CI
This commit is contained in:
Andrey Antukh
2025-01-13 15:00:39 +01:00
committed by GitHub
3 changed files with 2933 additions and 32 deletions

View File

@@ -35,6 +35,7 @@
"lint:scss:fix": "yarn run prettier -c resources/styles -c src/**/*.scss -w",
"build:test": "clojure -M:dev:shadow-cljs compile test",
"test": "yarn run build:test && node target/tests/test.js",
"test:storybook": "test-storybook",
"watch:test": "mkdir -p target/tests && concurrently \"clojure -M:dev:shadow-cljs watch test\" \"nodemon -C -d 2 -w target/tests --exec 'node target/tests/test.js'\"",
"test:e2e": "playwright test --project default",
"translations": "node ./scripts/translations.js",
@@ -56,6 +57,7 @@
"@storybook/react": "^8.4.6",
"@storybook/react-vite": "^8.4.6",
"@storybook/test": "^8.4.6",
"@storybook/test-runner": "^0.21.0",
"@types/node": "^22.7.7",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",

File diff suppressed because it is too large Load Diff