Alex
Results
2
issues of
Alex
We were instantiating a driver per test in parallel, having 20 tests. Often times we'd have failures requiring us to rerun the tests. Once we configured all the tests under...
### Current behavior ``` baseUrl: https://..../xyz.html cy.visit('?x=y') ``` Cypress tries to access `http://.../xyz.html/?x=y` The extra slash after xyz.html breaks the request ### Desired behavior Do not add a slash at...
type: bug
Reproducible
E2E
Triaged