-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 991 Bytes
/
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
{
"name": "ui-testing-using-selenium",
"version": "1.0.0",
"description": "This is a simple repo for testing UI.",
"main": "index.js",
"scripts": {
"test": "mocha --no-timeouts --parallel --reporter mochawesome --require mochawesome/register --reporter-options reportDir=/home/tajnur/Desktop/TAJNUR/ui-testing-using-selenium/test-report,reportFilename=testResults.html; google-chrome ./test-report/testResults.html;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tajnur007/ui-testing-using-selenium.git"
},
"keywords": [],
"author": "Kazi Tajnur Islam",
"license": "ISC",
"bugs": {
"url": "https://github.com/tajnur007/ui-testing-using-selenium/issues"
},
"homepage": "https://github.com/tajnur007/ui-testing-using-selenium#readme",
"dependencies": {
"chromedriver": "^122.0.3",
"mocha": "^10.2.0",
"selenium-webdriver": "^4.9.2"
},
"devDependencies": {
"chai": "^4.3.7",
"mochawesome": "^7.1.3"
}
}