8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 1 additions and 4 deletions
Showing only changes of commit a7a97fd205 - Show all commits

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,