-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.18 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.18 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
{
"dependencies": {
"expect": "^29.7.0",
"expect-webdriverio": "^4.12.2"
},
"type": "module",
"name": "module-1",
"description": "��#\u0000 \u0000S\u0000p\u0000r\u0000e\u0000a\u0000d\u0000i\u0000t\u0000-\u0000t\u0000e\u0000s\u0000t\u0000i\u0000n\u0000g\u0000\r\u0000 \u0000",
"version": "1.0.0",
"main": "wdio.conf.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"wdio": "wdio run ./wdio.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abdelrahman-ayyman/Spreadit-testing.git"
},
"author": "Abdelrahman Ayman",
"license": "ISC",
"bugs": {
"url": "https://github.com/abdelrahman-ayyman/Spreadit-testing/issues"
},
"homepage": "https://github.com/abdelrahman-ayyman/Spreadit-testing#readme",
"devDependencies": {
"@wdio/appium-service": "^8.36.0",
"@wdio/cli": "^8.36.0",
"@wdio/local-runner": "^8.36.0",
"@wdio/mocha-framework": "^8.36.0",
"@wdio/spec-reporter": "^8.36.0",
"appium": "^2.0.1",
"appium-uiautomator2-driver": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"webdriverio": "^8.35.1"
}
}