26 lines
831 B
JSON
26 lines
831 B
JSON
{
|
|
"name": "cosmos-explorer-cypress",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "cypress run",
|
|
"wait-for-server": "wait-on -t 240000 -i 5000 -v https-get://0.0.0.0:1234/",
|
|
"test:sql": "cypress run --browser chrome --spec \"./integration/dataexplorer/SQL/*\"",
|
|
"test:ci": "wait-on -t 240000 -i 5000 -v https-get://0.0.0.0:1234/ https-get://0.0.0.0:8081/_explorer/index.html && cypress run --browser edge --headless",
|
|
"test:debug": "cypress open"
|
|
},
|
|
"devDependencies": {
|
|
"cypress": "^4.8.0",
|
|
"mocha": "^7.0.1",
|
|
"mochawesome": "^4.1.0",
|
|
"mochawesome-merge": "^4.0.1",
|
|
"mochawesome-report-generator": "^4.1.0",
|
|
"typescript": "3.4.3",
|
|
"wait-on": "^4.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/applicationinsights-web": "^2.5.2"
|
|
}
|
|
}
|