2019-11-19 17:19:25 +01:00
|
|
|
{
|
|
|
|
"name": "BestNotes",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Testowe Readme do projektu BestNotes",
|
|
|
|
"main": "index.js",
|
|
|
|
"directories": {
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2019-11-19 17:30:21 +01:00
|
|
|
"test": "./node_modules/.bin/wdio run ./test/config/base.conf.js"
|
2019-11-19 17:19:25 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.wmi.amu.edu.pl/s452101/BestNotes.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"@wdio/allure-reporter": "^5.16.0",
|
|
|
|
"@wdio/cli": "^5.16.7",
|
|
|
|
"@wdio/local-runner": "^5.16.7",
|
|
|
|
"@wdio/mocha-framework": "^5.16.5",
|
|
|
|
"@wdio/spec-reporter": "^5.16.5",
|
|
|
|
"@wdio/sync": "^5.16.5",
|
2019-11-29 22:16:18 +01:00
|
|
|
"chai": "^4.2.0",
|
2019-11-19 22:21:33 +01:00
|
|
|
"chromedriver": "^78.0.1",
|
2019-11-29 23:22:08 +01:00
|
|
|
"deepmerge": "^4.2.2",
|
2019-11-19 17:19:25 +01:00
|
|
|
"wdio-chromedriver-service": "^5.0.2"
|
2019-11-19 17:56:53 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-12-08 13:16:12 +01:00
|
|
|
"wdio-video-reporter": "^1.4.4",
|
2019-11-19 17:56:53 +01:00
|
|
|
"webdriverio": "^5.16.7"
|
2019-11-19 17:19:25 +01:00
|
|
|
}
|
|
|
|
}
|