cypress-example-recipes
cypress-example-recipes copied to clipboard
Hanging between recipes with Cypress v3.5.0
Hanging in a build like https://ci.appveyor.com/project/cypress-io/cypress-test-example-repos/builds/27775485
Cypress v3.5.0 pre-release
-----------------------------------------
Testing examples/fundamentals__module-api
-----------------------------------------
> [email protected] test:ci:windows C:\Users\appveyor\AppData\Local\Temp\1\cypress-example-recipeszL0JZI\examples\fundamentals__module-api
> node ./e2e-tests
...
Test run summary
---------------------------------------
spec tests passes failures
-------------- ----- ------ --------
first-spec.js 1 1 0
second-spec.js 1 1 0
third-spec.js 1 1 0
then it just hangs until the process is killed by AppVeyor
Example NOT hanging https://ci.appveyor.com/project/cypress-io/cypress-test-example-repos/builds/27743862
Test run summary
---------------------------------------
spec tests passes failures
-------------- ----- ------ --------
first-spec.js 1 1 0
second-spec.js 1 1 0
third-spec.js 1 1 0
-------------------------------------------
Testing examples/fundamentals__node-modules
-------------------------------------------