19 lines
531 B
JSON
19 lines
531 B
JSON
{
|
|
"name": "@aeroflot-flights/e2e",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"cypress:open": "cypress open",
|
|
"cypress:run": "cypress run",
|
|
"backstop:reference": "backstop reference --config=backstop/backstop-angular.json",
|
|
"backstop:test": "backstop test --config=backstop/backstop-react.json",
|
|
"validate": "bash ../scripts/full-validation.sh"
|
|
},
|
|
"devDependencies": {
|
|
"cypress": "^13.6.0",
|
|
"backstopjs": "^6.3.0",
|
|
"@cypress/schematic": "^2.5.0",
|
|
"typescript": "^5.3.0"
|
|
}
|
|
}
|