Skip to content

Commit

Permalink
Merge pull request #67 from spryker/feature/cc-33970/enable-notificat…
Browse files Browse the repository at this point in the history
…ions-2

CC-33970: Added the "cy:smoke:demo" command for the demo environments.
  • Loading branch information
abitskil authored Dec 13, 2024
2 parents 5d9e402 + 11872c5 commit fc3f27d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"cy:open": "cypress open",
"cy:run": "cypress run --spec \"cypress/e2e/!(smoke)/**/*.ts\"",
"cy:ci": "cypress run --spec \"cypress/e2e/!(smoke)/**/*.ts\" --headless --browser chrome",
"cy:smoke": "cypress run --spec \"cypress/e2e/smoke/**/*.ts\" --headless --browser chrome --config pageLoadTimeout=150000",
"cy:dms": "cypress run --spec \"cypress/e2e/!(smoke)/**/*dms.cy.ts\" --headless --browser chrome"
"cy:smoke": "cypress run --spec \"cypress/e2e/smoke/**/*.ts\" --headless --browser chrome",
"cy:dms": "cypress run --spec \"cypress/e2e/!(smoke)/**/*dms.cy.ts\" --headless --browser chrome",
"cy:smoke:demo": "cypress run --spec \"cypress/e2e/smoke/!(product)/*.ts\" --headless --browser chrome"
},
"engines": {
"node": ">=18.0.0",
Expand Down

0 comments on commit fc3f27d

Please sign in to comment.