This repository was archived by the owner on Dec 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.6 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "Obot Acceptance Tests",
"version": "1.0.0",
"description": "WebDriverIO - Cucumber and Webdriverio automation test suite",
"scripts": {
"wdio:all": "wdio run wdio.conf.ts",
"wdio:byScenario": "wdio run wdio.conf.ts --spec src/features/mcpServer.feature",
"test:report": "npx allure generate --clean allure-results && npx allure open",
"eval": "npx ts-node auto_eval.ts"
},
"devDependencies": {
"@faker-js/faker": "^10.1.0",
"@types/chai": "^5.2.3",
"@types/jest": "^30.0.0",
"@types/node": "^24.9.1",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"@wdio/allure-reporter": "^9.20.0",
"@wdio/cli": "^9.20.0",
"@wdio/config": "^9.20.0",
"@wdio/cucumber-framework": "^9.20.0",
"@wdio/devtools-service": "^8.38.0",
"@wdio/globals": "^9.17.0",
"@wdio/local-runner": "^9.20.0",
"@wdio/spec-reporter": "^9.20.0",
"@wdio/static-server-service": "^9.20.0",
"allure-commandline": "^2.34.1",
"chai": "^6.2.0",
"dotenv": "^17.2.3",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-wdio": "^9.16.2",
"http-server": "^14.1.1",
"npm-run-all2": "^8.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"webdriverio": "^9.20.0"
},
"dependencies": {
"axios": "^1.13.0",
"fix-esm": "^1.0.1",
"glob": "^11.0.3",
"google-auth-library": "^10.4.2",
"googleapis": "^164.1.0",
"imap-simple": "^5.1.0",
"mailparser": "^3.7.5",
"node-fetch": "^3.3.2",
"openai": "^6.7.0"
}
}