test guest auth pages
This commit is contained in:
parent
28c1edd958
commit
4e3d8f74b8
3 changed files with 80 additions and 0 deletions
11
frontend/website/cypress.config.ts
Normal file
11
frontend/website/cypress.config.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { defineConfig } from 'cypress'
|
||||
|
||||
const frontendPort = process.env.VITE_PORT ?? '5173'
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
baseUrl: `http://127.0.0.1:${frontendPort}`,
|
||||
supportFile: false,
|
||||
},
|
||||
video: false,
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue