chore: sync additional local changes and e2e artifacts
This commit is contained in:
14
frontend/h5/cypress.config.ts
Normal file
14
frontend/h5/cypress.config.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from 'cypress';
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
specPattern: 'cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
|
||||
baseUrl: 'http://localhost:5173',
|
||||
supportFile: false,
|
||||
video: false,
|
||||
screenshotOnRunFailure: false,
|
||||
e2e: {
|
||||
// We've imported your old cypress/plugins/index.js file that was previously here
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user