add webdriverio framework
This commit is contained in:
parent
189662b9e0
commit
14beef39c2
9 changed files with 409 additions and 2 deletions
12
test/tsconfig.json
Normal file
12
test/tsconfig.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"extends": ["../tsconfig.super.json"],
|
||||
"compilerOptions": {
|
||||
"types": [
|
||||
"node",
|
||||
"@wdio/globals/types",
|
||||
"@wdio/mocha-framework",
|
||||
"@wdio/lighthouse-service"
|
||||
]
|
||||
},
|
||||
"include": ["./**/*.ts", "../wdio.conf.ts"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue