You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute npm run ng add @cypress/schematic
while having cypress.json file with one line: {}
then I answer Yes to "Would you like the default 'ng e2e' command to use Cypress?"
then I see: "A merge conflicted on path "/cypress.json".
Desired behavior
Display message: "/cypress.json already exists. Merge is not possible", instead of "A merge conflicted on path "/cypress.json".
Test code to reproduce
Cypress Version
9.5.3
Other
No response
The text was updated successfully, but these errors were encountered:
Current behavior
When I execute
npm run ng add @cypress/schematic
while having cypress.json file with one line:
{}
then I answer Yes to "Would you like the default 'ng e2e' command to use Cypress?"
then I see: "A merge conflicted on path "/cypress.json".
Desired behavior
Display message: "/cypress.json already exists. Merge is not possible", instead of "A merge conflicted on path "/cypress.json".
Test code to reproduce
Cypress Version
9.5.3
Other
No response
The text was updated successfully, but these errors were encountered: