mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 11:11:25 +00:00
docs: use sapper/cypress for e2e testing
This commit is contained in:
parent
0bb5e1952f
commit
ccdf6af78d
36 changed files with 4373 additions and 26 deletions
25
docs/package.json
Normal file
25
docs/package.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "sapper dev",
|
||||
"build": "shx rm -rf public && sapper export && shx mv __sapper__/export public",
|
||||
"cy:run": "cypress run",
|
||||
"cy:open": "cypress open",
|
||||
"test": "run-p --race dev cy:run",
|
||||
"test:tdd": "run-p --race dev cy:open"
|
||||
},
|
||||
"dependencies": {
|
||||
"polka": "next",
|
||||
"sirv": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"carbon-components-svelte": "../",
|
||||
"cypress": "^4.10.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"sapper": "^0.27.16",
|
||||
"shx": "^0.3.2",
|
||||
"svelte": "^3.24.0",
|
||||
"svelte-loader": "^2.9.0",
|
||||
"webpack": "^4.7.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue