https://cypress.io logo
Hello guys, I have following setup and whenever I...
# e2e-testing
i
Hello guys, I have following setup and whenever I run the spec file, cypress test runner reloads midway through and re runs the test from the beginning, eventually my test gets failed. ( as api call with same test data in before hook executing twice). Based on the suggestions on this issue on GitHub, https://github.com/cypress-io/cypress/issues/2777 I did set up baseUrl correctly in e2e object in cypress.config.js file and also defined api url in env object inside cypress.config.js. , yet cypress test runner reloads during the test execution. any help would be much appreciated. Thanks