test public and protected routes
This commit is contained in:
parent
4e3d8f74b8
commit
edcaf80b98
2 changed files with 12 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ import { defineConfig } from 'cypress'
|
|||
const frontendPort = process.env.VITE_PORT ?? '5173'
|
||||
|
||||
export default defineConfig({
|
||||
allowCypressEnv: false,
|
||||
e2e: {
|
||||
baseUrl: `http://127.0.0.1:${frontendPort}`,
|
||||
supportFile: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue