Skip to content

Commit

Permalink
cypress ver updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mflorlorenzo committed Oct 4, 2023
1 parent dff4f37 commit b5fe9e5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "",
"main": "index.js",
"scripts": {
"cypress:run": "npx cypress run --env configFile=prod",
"cypress:run_qa": "CYPRESS_BASE_URL=https://staging.app.com npx cypress run --env configFile=qa --browser chrome",
"cypress:run_qa:smoke": "CYPRESS_BASE_URL=https://staging.app.com npx cypress run --env configFile=qa,grepTags=smoke --browser chrome",
"cypress:run_prod": "npx cypress run --env configFile=prod --browser chrome",
"cypress:run_prod:smoke": "npx cypress run --env configFile=prod,grepTags=regression --browser chrome",
"cypress:run": "npx cypress run --env configFile=prod --headed",
"cypress:run_qa": "CYPRESS_BASE_URL=https://staging.app.com npx cypress run --env configFile=qa --browser chrome --headed",
"cypress:run_qa:smoke": "CYPRESS_BASE_URL=https://staging.app.com npx cypress run --env configFile=qa --browser chrome --headed grepTags=smoke",
"cypress:run_prod": "npx cypress run --env configFile=prod --browser chrome --headed",
"cypress:run_prod:smoke": "npx cypress run --env configFile=prod --browser chrome --headed grepTags=smoke",
"cypress:e2e": "npm run prereport; npm run cypress:run; npm run junit:merge; npm run mochawesome:merge",
"chrome:scripts": "cypress run --browser chrome ",
"firefox:scripts": "cypress run --browser firefox ",
Expand All @@ -22,7 +22,7 @@
"author": "maria florencia lorenzo",
"license": "ISC",
"devDependencies": {
"cypress": "^10.7.0",
"cypress": "^10.11.0",
"cypress-grep": "^3.0.2",
"cypress-multi-reporters": "^1.6.1",
"junit-merge": "^2.0.0",
Expand Down

0 comments on commit b5fe9e5

Please sign in to comment.