mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-06-20 04:48:30 -06:00
PR-421183: Adding Cypress and updating packages.
This commit is contained in:
12
cypress.config.ts
Normal file
12
cypress.config.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import { defineConfig } from 'cypress';
|
||||
export default defineConfig({
|
||||
env: {},
|
||||
e2e: {
|
||||
/*setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},*/
|
||||
baseUrl: 'http://localhost',
|
||||
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
|
||||
experimentalRunAllSpecs: true,
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user