feat: setup cypress
This commit is contained in:
parent
d064f0acc0
commit
7fe9f17e43
6 changed files with 63 additions and 5 deletions
10
cypress/tsconfig.json
Normal file
10
cypress/tsconfig.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"extends": "@vue/tsconfig/tsconfig.web.json",
|
||||
"include": ["./integration/**/*", "./support/**/*"],
|
||||
"compilerOptions": {
|
||||
"isolatedModules": false,
|
||||
"target": "es5",
|
||||
"lib": ["es5", "dom"],
|
||||
"types": ["cypress"]
|
||||
}
|
||||
}
|
||||
Reference in a new issue