|
3 | 3 | "private": true,
|
4 | 4 | "scripts": {
|
5 | 5 | ".": "yarn run -T turbo run --filter=@internal/consent-tools-integration-tests...",
|
6 |
| - "test:int": "yarn wdio:local", |
| 6 | + "test:int": "playwright test", |
| 7 | + "test:int-debug": "playwright test --debug", |
7 | 8 | "build": "webpack",
|
8 | 9 | "watch": "yarn build --watch",
|
9 |
| - "wdio:local": "wdio wdio.conf.local.ts", |
10 | 10 | "lint": "yarn concurrently 'yarn:eslint .' 'yarn:tsc --noEmit'",
|
11 | 11 | "eslint": "yarn run -T eslint",
|
12 | 12 | "tsc": "tsc",
|
13 |
| - "concurrently": "yarn run -T concurrently --raw" |
| 13 | + "concurrently": "yarn run -T concurrently --raw", |
| 14 | + "serve": "http-server --port 5432" |
14 | 15 | },
|
15 | 16 | "installConfig": {
|
16 | 17 | "hoistingLimits": "workspaces"
|
17 | 18 | },
|
18 | 19 | "devDependencies": {
|
19 | 20 | "@internal/test-helpers": "workspace:^",
|
| 21 | + "@playwright/test": "^1.28.1", |
20 | 22 | "@segment/analytics-consent-tools": "workspace:^",
|
21 | 23 | "@segment/analytics-consent-wrapper-onetrust": "workspace:^",
|
22 | 24 | "@segment/analytics-next": "workspace:^",
|
23 |
| - "@wdio/cli": "^8.10.6", |
24 |
| - "@wdio/devtools-service": "^8.10.6", |
25 |
| - "@wdio/local-runner": "^8.10.6", |
26 |
| - "@wdio/mocha-framework": "^8.10.6", |
27 |
| - "@wdio/spec-reporter": "^8.10.6", |
28 |
| - "@wdio/static-server-service": "^8.10.6", |
29 |
| - "@wdio/types": "8", |
30 | 25 | "expect": "^29.4.1",
|
31 | 26 | "globby": "^11.0.2",
|
32 |
| - "wdio-intercept-service": "^4.4.0", |
| 27 | + "http-server": "14.1.1", |
33 | 28 | "webpack": "^5.94.0",
|
34 | 29 | "webpack-cli": "^4.8.0"
|
35 | 30 | }
|
|
0 commit comments