test(e2e): add Cypress scaffold + CI job
This commit is contained in:
11
frontend/cypress.config.ts
Normal file
11
frontend/cypress.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from "cypress";
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
baseUrl: "http://localhost:3000",
|
||||
video: false,
|
||||
screenshotOnRunFailure: true,
|
||||
specPattern: "cypress/e2e/**/*.cy.{ts,tsx,js,jsx}",
|
||||
supportFile: "cypress/support/e2e.ts",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user