Skip to content

Commit

Permalink
Remove cloud debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoker committed Sep 13, 2023
1 parent f9b9614 commit 2177b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"cypress:open": "cypress open",
"cypress:run": "cypress run --browser=chrome",
"cypress:setup": "cypress install && cypress run --quiet --spec init/ImportUsers.cy.ts",
"cypress:record:mysql": "npx cypress-cloud run --cloud-debug --parallel --record --ci-build-id \"${SORRY_CYPRESS_BRANCH_NAME} #${SORRY_CYPRESS_BUILD_ID} ${SORRY_CYPRESS_RERUN_COUNT} (MySQL)\"",
"cypress:record:mysql": "npx cypress-cloud run --parallel --record --ci-build-id \"${SORRY_CYPRESS_BRANCH_NAME} #${SORRY_CYPRESS_BUILD_ID} ${SORRY_CYPRESS_RERUN_COUNT} (MySQL)\"",
"cypress:record:postgres": "npx cypress-cloud run --parallel --record --ci-build-id \"${SORRY_CYPRESS_BRANCH_NAME} #${SORRY_CYPRESS_BUILD_ID} ${SORRY_CYPRESS_RERUN_COUNT} (Postgres)\"",
"update": "npm-upgrade"
}
Expand Down

0 comments on commit 2177b51

Please sign in to comment.