Skip to content

Commit

Permalink
FRW-9368 Debug DS off local switching test
Browse files Browse the repository at this point in the history
  • Loading branch information
olhalivitchuk committed Dec 7, 2024
1 parent 1d6dc86 commit fe060de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prettier:write": "prettier . --write",
"cy:open": "cypress open",
"cy:run": "cypress run --spec \"cypress/e2e/!(smoke)/**/*.ts\"",
"cy:ci": "cypress run --spec \"cypress/e2e/yves/**/*.ts\" --headless --browser chrome",
"cy:ci": "cypress run --spec \"cypress/e2e/!(smoke|backoffice)/**/*.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"
},
Expand Down

0 comments on commit fe060de

Please sign in to comment.