diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-30 16:24:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-09-01 15:06:46 +0200 |
commit | 3419e0e1fe8e48a08b63ca0ded31087f913eb2b6 (patch) | |
tree | 63ac7190b79194e93aec9bbfd3c336e60f469e9d /client/e2e/tsconfig.json | |
parent | 2a4c9669d2d6ac6cd4ae43544698f826ae98080f (diff) | |
download | PeerTube-3419e0e1fe8e48a08b63ca0ded31087f913eb2b6.tar.gz PeerTube-3419e0e1fe8e48a08b63ca0ded31087f913eb2b6.tar.zst PeerTube-3419e0e1fe8e48a08b63ca0ded31087f913eb2b6.zip |
Migrate to webdriverio
Diffstat (limited to 'client/e2e/tsconfig.json')
-rw-r--r-- | client/e2e/tsconfig.json | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/client/e2e/tsconfig.json b/client/e2e/tsconfig.json index 77d311e88..f42206621 100644 --- a/client/e2e/tsconfig.json +++ b/client/e2e/tsconfig.json | |||
@@ -5,9 +5,14 @@ | |||
5 | "module": "commonjs", | 5 | "module": "commonjs", |
6 | "target": "es5", | 6 | "target": "es5", |
7 | "types": [ | 7 | "types": [ |
8 | "jasmine", | 8 | "node", |
9 | "jasminewd2", | 9 | "webdriverio/async", |
10 | "node" | 10 | "@wdio/mocha-framework", |
11 | "expect-webdriverio" | ||
11 | ] | 12 | ] |
12 | } | 13 | }, |
14 | "include": [ | ||
15 | "src/**/*.ts", | ||
16 | "./*.ts" | ||
17 | ] | ||
13 | } | 18 | } |