graphdb-workbench-tests
Version:
Cypress tests for GraphDB workbench
51 lines (50 loc) • 2.09 kB
JSON
{
"name": "graphdb-workbench-tests",
"version": "3.1.0-RC3",
"description": "Cypress tests for GraphDB workbench",
"scripts": {
"prepack": "npm shrinkwrap",
"postpack": "mv npm-shrinkwrap.json package-lock.json",
"cy:open": "cypress open",
"cy:open-legacy": "cypress open --config-file cypress-legacy.config.js",
"cy:open-security": "cypress open --config-file cypress-security.config.js",
"cy:open-flaky": "cypress open --config-file cypress-flaky.config.js",
"cy:run": "npm run cy:run-legacy && cypress run",
"cy:run:partial": "cypress run --config-file cypress-legacy.config.js --spec \"e2e-legacy/**/jdbc-create.spec.js\" --browser chrome",
"cy:run-legacy": "cypress run --config-file cypress-legacy.config.js --browser chrome",
"cy:run-security": "cypress run --config-file cypress-security.config.js --browser chrome",
"cy:run-legacy:coverage": "cypress run --config-file cypress-legacy.config.js --browser chrome",
"cy:run-flaky": "cypress run --config-file cypress-flaky.config.js --browser chrome",
"test": "npm run cy:run-legacy",
"test:core": "cypress run --spec e2e-legacy/repository/**,e2e-legacy/import/**,e2e-legacy/sparql-editor/**,e2e-legacy/monitor/**,e2e-legacy/cluster/**,e2e-legacy/ttyg/**"
},
"author": {
"name": "Ontotext AD",
"url": "https://www.ontotext.com/"
},
"license": "Apache-2.0",
"keywords": [
"graphdb",
"workbench"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Ontotext-AD/graphdb-workbench.git"
},
"devDependencies": {
"@bahmutov/cypress-code-coverage": "^2.7.2",
"babel-plugin-istanbul": "^7.0.0",
"cypress": "14.5.1",
"cypress-failed-log": "^2.10.0",
"cypress-file-upload": "^5.0.8",
"cypress-localstorage-commands": "^2.2.7",
"cypress-multi-reporters": "^2.0.5",
"cypress-real-events": "^1.14.0",
"cypress-terminal-report": "^7.2.0",
"cypress-wait-until": "^3.0.2",
"del": "^8.0.0",
"dotenv": "^17.0.1",
"minimist": "^1.2.8",
"mocha-junit-reporter": "^2.2.1"
}
}