Add basic test for landing page
This commit is contained in:
parent
ea22c57f41
commit
5a4c64ed21
9 changed files with 1135 additions and 86 deletions
10
cypress.config.ts
Normal file
10
cypress.config.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { defineConfig } from 'cypress';
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
baseUrl: 'http://localhost:3000',
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue