Skip to content

Commit

Permalink
fix cypress fail in some browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
shelly_goldblit committed Dec 26, 2023
1 parent 915ab87 commit cd91a51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default defineConfig({
require("@cypress/code-coverage/task")(on, config);
return config;
},
baseUrl: "http://127.0.0.1:8888",
retries: {
runMode: 2,
openMode: 0,
Expand Down

0 comments on commit cd91a51

Please sign in to comment.