test public and protected routes

This commit is contained in:
Yisroel Baum 2026-07-31 09:51:12 +03:00
parent 4e3d8f74b8
commit edcaf80b98
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 12 additions and 1 deletions

View file

@ -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,