⚗️ Eksperimenterer litt med Cypress-testing for frontend
This commit is contained in:
parent
3cd3a5e933
commit
5fbe7eec72
8 changed files with 8454 additions and 408 deletions
9
frontend/cypress.config.ts
Normal file
9
frontend/cypress.config.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { defineConfig } from "cypress";
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},
|
||||
},
|
||||
});
|
Reference in a new issue