Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
updated files to accommodate cypress 10 (possibly incomplete, see desc)
Browse files Browse the repository at this point in the history
turns out that the last commit upgrading to cy10 wasn't enough, there were file changes instructed by the launcher ...and also i'm now getting the bug at cypress-io/cypress#22071.
'thanks' to that bug i cant test if these files changes are sufficient, so once that bug is resolved i'll push the requisite commit as/if necessary
  • Loading branch information
EvAvKein committed Jun 4, 2022
1 parent e1c60cc commit d788d21
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
10 changes: 10 additions & 0 deletions frontend/cypress.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const {defineConfig} = require("cypress");

export default defineConfig({
e2e: {
// setupNodeEvents(on, config) {
// // implement node event listeners here
// },
baseUrl: "http://localhost:3030",
},
});
4 changes: 0 additions & 4 deletions frontend/cypress.json

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"main": "server.js",
"scripts": {
"cypress": ".\\node_modules\\.bin\\cypress open"
"cypress": ".\\node_modules\\.bin\\cypress open --browser --e2e"
},
"author": "Eve Aviv Keinan",
"license": "MIT",
Expand Down

0 comments on commit d788d21

Please sign in to comment.