Skip to content

Commit

Permalink
chore: update cypress config for cypress 14
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Mar 6, 2025
1 parent 955c1d8 commit ec855f9
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 29 deletions.
7 changes: 7 additions & 0 deletions devTools/cypress/cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineConfig } from "cypress"

export default defineConfig({
e2e: {
baseUrl: "http://localhost:3030",
},
})
3 changes: 0 additions & 3 deletions devTools/cypress/cypress.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions devTools/cypress/fixtures/example.json

This file was deleted.

21 changes: 0 additions & 21 deletions devTools/cypress/plugins/index.js

This file was deleted.

File renamed without changes.

0 comments on commit ec855f9

Please sign in to comment.