test: refs #6695 e2e fix command
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-10 08:23:57 +01:00
parent 6568e2525c
commit a7a97fd205
1 changed files with 1 additions and 4 deletions

View File

@ -4,12 +4,9 @@ import { defineConfig } from 'cypress';
// https://docs.cypress.io/app/references/configuration
// https://www.npmjs.com/package/cypress-mochawesome-reporter
const baseUrl = `http://${process.env.NETWORK ? 'front' : 'localhost'}:9000`;
// const baseUrl = `http://front:9000`;
export default defineConfig({
e2e: {
baseUrl,
baseUrl: `http://${process.env.NETWORK ? 'front' : 'localhost'}:9000`,
experimentalStudio: false, // Desactivado para evitar tiempos de espera innecesarios
defaultCommandTimeout: 10000,
requestTimeout: 10000,