Skip to content

Commit

Permalink
webapp tests: isolate component tests from e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed May 28, 2024
1 parent 0c00e0a commit 820de5c
Show file tree
Hide file tree
Showing 12 changed files with 462 additions and 4 deletions.
221 changes: 221 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"preview": "vite preview",
"start": "npm run dev",
"test": "npm run test:watch",
"test:component": "start-server-and-test dev http://localhost:9000 'cypress open --e2e --config-file src/test/webapp/component/cypress-config.ts'",
"test:component:headless": "start-server-and-test dev http://localhost:9000 'cypress run --headless --config-file src/test/webapp/component/cypress-config.ts'",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest --",
"tikui:serve": "tikui-core serve",
Expand Down Expand Up @@ -79,6 +81,7 @@
"rimraf": "5.0.7",
"sass": "1.77.2",
"sinon": "18.0.0",
"start-server-and-test": "2.0.3",
"stylelint": "16.6.0",
"stylelint-config-concentric-order": "5.2.0",
"stylelint-config-standard": "36.0.0",
Expand Down
Loading

0 comments on commit 820de5c

Please sign in to comment.