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.
18 lines
526 B
JSON
18 lines
526 B
JSON
{
|
|
"scripts": {
|
|
"cypress:run:chrome": "cypress run --env coverage=false --headless --browser chrome",
|
|
"cypress:run:firefox": "cypress run --env coverage=false --headless --browser firefox --config-file cypress_cron_type.json"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/code-coverage": "^3.8.1",
|
|
"cypress": "^5.0.0",
|
|
"cypress-file-upload": "^4.1.1",
|
|
"cypress-plugin-tab": "^1.0.5",
|
|
"cypress-localstorage-commands": "^1.3.1"
|
|
},
|
|
"dependencies": {
|
|
"archiver": "^5.0.0",
|
|
"jimp": "^0.14.0"
|
|
}
|
|
}
|