mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-03-18 21:40:29 +01:00
Add unite test
This commit is contained in:
11
cypress.config.ts
Normal file
11
cypress.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from "cypress";
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},
|
||||
specPattern: 'cypress/integration/**/*.js',
|
||||
baseUrl: 'http://localhost:8080',
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user