You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
705 B
JSON
20 lines
705 B
JSON
{
|
|
"scripts": {
|
|
"cypress:run:chrome": "cypress run --env coverage=false --browser chrome",
|
|
"cypress:run:firefox": "cypress run --env coverage=false --browser firefox --config-file cypress_cron_type.json",
|
|
"cypress:run:chrome:canvas3d": "cypress run --headed --browser chrome --env coverage=false --config-file cypress_canvas3d.json"
|
|
},
|
|
"dependencies": {
|
|
"@cypress/code-coverage": "^3.9.10",
|
|
"archiver": "^5.3.0",
|
|
"cy-verify-downloads": "^0.0.5",
|
|
"cypress": "^9.7.0",
|
|
"cypress-file-upload": "^5.0.8",
|
|
"cypress-localstorage-commands": "^1.7.0",
|
|
"cypress-real-events": "^1.6.0",
|
|
"extract-zip": "^2.0.1",
|
|
"fs-extra": "^10.1.0",
|
|
"jimp": "^0.16.1"
|
|
}
|
|
}
|