diff --git a/client-e2e/package-lock.json b/client-e2e/package-lock.json index daef5ef8..2bbb492a 100644 --- a/client-e2e/package-lock.json +++ b/client-e2e/package-lock.json @@ -12,6 +12,7 @@ "@wdio/local-runner": "^7.19.7", "@wdio/mocha-framework": "^7.19.7", "@wdio/spec-reporter": "^7.19.7", + "@wdio/types": "^8.1.2", "ts-node": "^10.8.0", "typescript": "^4.7.2" } @@ -811,6 +812,24 @@ "typescript": "^4.6.2" } }, + "node_modules/@wdio/types": { + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/@wdio/types/-/types-8.1.2.tgz", + "integrity": "sha512-k2I/u08Ljtl7i6i+ANSo7ghPRsdTdJfwl3j8jFSzO98IwOqcmVItC3ysmiuVSlSrbOUljlmo0uohIpiTZHkyKw==", + "dev": true, + "dependencies": { + "@types/node": "^18.0.0" + }, + "engines": { + "node": "^16.13 || >=18" + } + }, + "node_modules/@wdio/types/node_modules/@types/node": { + "version": "18.11.18", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz", + "integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==", + "dev": true + }, "node_modules/@wdio/utils": { "version": "7.19.7", "resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-7.19.7.tgz", @@ -5433,6 +5452,23 @@ } } }, + "@wdio/types": { + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/@wdio/types/-/types-8.1.2.tgz", + "integrity": "sha512-k2I/u08Ljtl7i6i+ANSo7ghPRsdTdJfwl3j8jFSzO98IwOqcmVItC3ysmiuVSlSrbOUljlmo0uohIpiTZHkyKw==", + "dev": true, + "requires": { + "@types/node": "^18.0.0" + }, + "dependencies": { + "@types/node": { + "version": "18.11.18", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz", + "integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==", + "dev": true + } + } + }, "@wdio/utils": { "version": "7.19.7", "resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-7.19.7.tgz", diff --git a/client-e2e/package.json b/client-e2e/package.json index cd0fb1b0..e60dfe1c 100644 --- a/client-e2e/package.json +++ b/client-e2e/package.json @@ -7,6 +7,7 @@ "@wdio/local-runner": "^7.19.7", "@wdio/mocha-framework": "^7.19.7", "@wdio/spec-reporter": "^7.19.7", + "@wdio/types": "^8.1.2", "ts-node": "^10.8.0", "typescript": "^4.7.2" }, diff --git a/client-e2e/test/wdio.CI.conf.ts b/client-e2e/test/wdio.CI.conf.ts index 3f81d6b7..b3a98eab 100644 --- a/client-e2e/test/wdio.CI.conf.ts +++ b/client-e2e/test/wdio.CI.conf.ts @@ -2,7 +2,6 @@ import type { Options } from "@wdio/types"; import { execSync } from "child_process"; -import * as fs from "fs"; import * as fsExtra from "fs-extra"; global.downloadDirBrowser = "/home/seluser/downloads"; diff --git a/client-e2e/test/wdio.conf.ts b/client-e2e/test/wdio.conf.ts index a35caab6..642de9d1 100644 --- a/client-e2e/test/wdio.conf.ts +++ b/client-e2e/test/wdio.conf.ts @@ -1,6 +1,5 @@ import type { Options } from "@wdio/types"; import { execSync } from "child_process"; -import * as fs from "fs"; import * as fsExtra from "fs-extra"; global.downloadDirBrowser = "/home/seluser/downloads";