test: add cypress sample code
This commit is contained in:
10
frontend/cypress.config.ts
Normal file
10
frontend/cypress.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from 'cypress'
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},
|
||||
baseUrl: 'http://localhost:5173'
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user