cypress-example-recipes icon indicating copy to clipboard operation
cypress-example-recipes copied to clipboard

Hanging between recipes with Cypress v3.5.0

Open bahmutov opened this issue 5 years ago • 0 comments

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
-------------------------------------------

bahmutov avatar Sep 30 '19 19:09 bahmutov