Skip to content

Commit

Permalink
dont record cypress e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vzaidman committed Jan 18, 2025
1 parent 752cfdb commit c39ac0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"cypress:run": "cypress run --browser chrome",
"cypress:test": "start-server-and-test start http://localhost:3003 cypress:run",
"cypress:ci": "start-server-and-test start http://localhost:3003 _cypress:ci",
"_cypress:ci": "yarn cypress:run --record --group main"
"_cypress:ci": "yarn cypress:run --group main"
},
"comments": {
"how to": {
Expand Down Expand Up @@ -125,4 +125,4 @@
"styled-components": "^6.1.13",
"typescript": "^5.7.2"
}
}
}

0 comments on commit c39ac0b

Please sign in to comment.