SM
В документации написано:
Cypress automatically continues to persist the server and routing configuration even after a test ends. This means you can continue to use your application and still benefit from stubbing or other server configuration.
Но по факту я стартую cy.server() в хуке before() в support файле, который закгружается первым. В самой спеке первый тест проходит успешно, а второй падает с ошибкой cy.route() cannot be invoked before starting the cy.server()
Может кто сталкивался с подобным или я делаю что-то неправильно?)