test: refs #6695 e2e fix command
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
6568e2525c
commit
a7a97fd205
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue