maybe like so

This commit is contained in:
shelly_goldblit
2023-12-26 08:23:50 +02:00
parent cd91a51278
commit b3f90d14ea
+1 -1
View File
@@ -14,7 +14,7 @@ export default defineConfig({
require("@cypress/code-coverage/task")(on, config);
return config;
},
baseUrl: "http://127.0.0.1:8888",
baseUrl: "http://localhost:8888",
retries: {
runMode: 2,
openMode: 0,