43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"name": "selenium-accept",
|
|
"version": "0.0.1",
|
|
"description": "selenium acceptance tests for influxdbv2 ui",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clean": "rm -rdf screenshots/*; rm report/*",
|
|
"influx:setup": "cd scripts && ./influxdb2_community_test_env.sh setup-qa && cd -",
|
|
"influx:stop": "./scripts/influxdb2_community_test_env.sh stop",
|
|
"influx:clean": "./scripts/influxdb2_community_test_env.sh clean",
|
|
"test": "mkdirp report && cucumber-js",
|
|
"report:html": "chmod 775 src/utils/htmlReport.js; src/utils/htmlReport.js",
|
|
"report:junit": "chmod 775 src/utils/junitReport.js; src/utils/junitReport.js",
|
|
"kill:chrome": "killall chrome || true"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"axios": "^0.19.0",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-preset-env": "^1.7.0",
|
|
"chai": "^4.2.0",
|
|
"chai-match": "^1.1.1",
|
|
"chromedriver": "^83.0.0",
|
|
"copy-paste": "^1.3.0",
|
|
"csv": "^5.3.1",
|
|
"cucumber": "^5.1.0",
|
|
"cucumber-html-reporter": "^5.0.0",
|
|
"cucumber-junit-convert": "^1.0.2",
|
|
"cucumber-pretty": "^1.5.2",
|
|
"eslint": "^7.1.0",
|
|
"geckodriver": "^1.16.2",
|
|
"mkdirp": "^0.5.1",
|
|
"selenium-webdriver": "^4.0.0-alpha.7"
|
|
},
|
|
"dependencies": {
|
|
"@influxdata/influxdb-client": "^1.3.0",
|
|
"@influxdata/influxdb-client-apis": "^1.3.0",
|
|
"expect.js": "^0.3.1"
|
|
}
|
|
}
|