-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.37 KB
/
package.json
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
{
"name": "getting-started-with-visual-testing",
"version": "1.0.0",
"description": "This repo contains various java tests with Applitools integrated for Visual Testing. See this repo for Appium-java tests with Applitools - https://github.com/anandbagmar/getting-started-with-mobile-visualtesting",
"main": "index.js",
"repository": "https://github.com/anandbagmar/getting-started-with-visualtesting",
"directories": {
"lib": "lib"
},
"scripts": {
"pdftest": "mocha ./src/test/js/tests/pdf/pdf2pngTest.js --timeout 300000",
"imagestest": "mocha ./src/test/js/tests/images/imagesTest.js --timeout 300000",
"playwright": "PLAYWRIGHT_HTML_REPORT=./reports/playwright npx playwright test --reporter=html"
},
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@applitools/eyes-images": "4.28.7",
"canvas": "2.11.2",
"chai": "5.1.1",
"fs": "0.0.1-security",
"gulp": "5.0.0",
"mocha": "10.7.3",
"node-fetch": "3.3.2",
"pdfjs-dist": "4.5.136",
"@applitools/eyes-playwright": "1.28.4",
"@playwright/test": "1.46.1",
"@appium/doctor": "2.1.10",
"@appium/relaxed-caps-plugin": "1.0.6",
"appium": "2.11.3",
"appium-device-farm": "9.2.8",
"appium-uiautomator2-driver": "3.7.7",
"appium-xcuitest-driver": "7.24.17",
"braces": "3.0.3",
"axios": "1.7.5",
"micromatch": "4.0.8"
}
}