graphdb-workbench-tests
Version:
Cypress tests for GraphDB workbench
38 lines (37 loc) • 951 B
JSON
{
"name": "graphdb-workbench-tests",
"version": "1.11.3-TR1",
"description": "Cypress tests for GraphDB workbench",
"scripts": {
"start": "cypress open",
"test": "cypress run"
},
"author": {
"name": "\"Sirma AI\" JSC, trading as Ontotext",
"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"
},
"dependencies": {
"cypress": "^7.3.0",
"cypress-failed-log": "^2.5.1",
"cypress-localstorage-commands": "^1.4.4",
"cypress-wait-until": "^1.7.1"
},
"bin": {
"graphdb-workbench-cypress": "bin/graphdb-workbench-cypress"
},
"devDependencies": {
"minimist": "^1.2.5"
},
"resolutions": {
"minimist": "^1.2.5"
}
}