We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 604640a + 4f5ba67 commit 0a9fc69Copy full SHA for 0a9fc69
src/content/5/es/part5d.md
@@ -874,7 +874,7 @@ Definamos la URL de nuestra aplicación <i> baseUrl </i> en el [archivo de confi
874
e2e: {
875
setupNodeEvents(on, config){
876
},
877
- baseUrl: 'http://localhost:3000' // highlight-line
+ baseUrl: 'http://localhost:3000' // highlight-line
878
879
})
880
}
@@ -905,8 +905,10 @@ Expandamos el archivo de configuracion <i>cypress.config.js_:</i>
905
906
907
baseUrl: 'http://localhost:3000',
908
- BACKEND: 'http://localhost:3001/api' // highlight-line
909
+ env: { // highlight-line
910
+ BACKEND: 'http://localhost:3001/api' // highlight-line
911
+ } // highlight-line
912
913
914
```
0 commit comments