3.8.0 run report has puzzling 'undefined' lines
See original GitHub issueWhen I do a βcypress runβ (windows 10 environment), I get several lines with text βundefinedβ in the report. To exclude any local influences, I made a dummy scenario which does absolutely nothing, with a minimal βcypress.jsonβ file. But still it reports these lines.
Running: dummy.spec.js (1 of 1)
undefined
dummy describe
β dummy it (85ms)
undefined
undefined
1 passing (96ms)
undefined
(Results)
All tests pass, so it is not blocking. Itβs just puzzling. Running in debug mode gives no clues as to what is undefined:
2019-12-18T09:00:40.155Z cypress:server:project onMocha pass
2019-12-18T09:00:40.155Z cypress:server:reporter got mocha event 'pass' with args: [ { id: 'r3', title: 'dummy it', state: 'passed', body: 'function () {// nothing happens\n }', type: 'test', duration: 15, wallClockStartedAt: '2019-12-18T09:00:40.145Z', timings: { lifecycle: 14, test: [Object] } } ]
β dummy it
2019-12-18T09:00:40.155Z cypress:server:project onMocha test end
2019-12-18T09:00:40.155Z cypress:server:reporter got mocha event 'test end' with args: [ { id: 'r3', title: 'dummy it', state: 'passed', body: 'function () {// nothing happens\n }', type: 'test', duration: 15, wallClockStartedAt: '2019-12-18T09:00:40.145Z', timings: { lifecycle: 14, test: [Object] } } ]
2019-12-18T09:00:40.169Z cypress:server:project onMocha test:after:run
2019-12-18T09:00:40.169Z cypress:server:reporter got mocha event 'test:after:run' with args: [ { id: 'r3', title: 'dummy it', state: 'passed', body: 'function () {// nothing happens\n }', type: 'test', duration: 15, wallClockStartedAt: '2019-12-18T09:00:40.145Z', wallClockDuration: 19, timings: { lifecycle: 14, test: [Object] } } ]
2019-12-18T09:00:40.170Z cypress:server:project onMocha suite end
2019-12-18T09:00:40.170Z cypress:server:reporter got mocha event 'suite end' with args: [ { id: 'r2', title: 'dummy describe', root: false, type: 'suite' } ]
undefined
2019-12-18T09:00:40.171Z cypress:server:project onMocha suite end
2019-12-18T09:00:40.171Z cypress:server:reporter got mocha event 'suite end' with args: [ { id: 'r1', title: '', root: true, type: 'suite' } ]
2019-12-18T09:00:40.171Z cypress:server:project onMocha end
2019-12-18T09:00:40.171Z cypress:server:reporter got mocha event 'end' with args: [ { end: '2019-12-18T09:00:40.167Z' } ]
undefined
1 passing (38ms)
undefined
(Results)
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Tests: 1 β
β Passing: 1 β
β Failing: 0 β
β Pending: 0 β
β Skipped: 0 β
β Screenshots: 0 β
β Video: true β
β Duration: 0 seconds β
β Spec Ran: dummy.spec.js β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
2019-12-18T09:00:41.178Z cypress:server:run attempting to close the browser
>
Issue Analytics
- State:
- Created 4 years ago
- Reactions:14
- Comments:17 (7 by maintainers)
Top Results From Across the Web
Error building package python3-3.8.5 - Google Groups
I am running under. Ubuntu 18.04. Could not make sage. (I have python 3.8.0 installed anyway, but sage wants to install its own...
Read more >Changelog β Python 3.8.14 documentation
bpo-26053: Fixed bug where the pdb interactive run command echoed the args from the shell command line, even if those have been overridden...
Read more >Changelog - Cypress Documentation
Fixed a regression introduced in the Electron browser in Cypress 10.8.0 where the CYPRESS_EVERY_NTH_FRAME environment variable was not being set appropriatelyΒ ...
Read more >Changelog β StackStorm 3.8.0 documentation
Fix st2-self-check script reporting falsey success when the nested workflows runs failed. #5487. Fix actions from the contrib/linux pack that fail onΒ ...
Read more >npm install errors with Error: ENOENT, chmod - Stack Overflow
The issue was caused by the --user command line argument of docker run, because the given user and group in there somehow messed...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This was fixed because Electron was bumped from 7.1.10 to 7.1.13 in Cypress 4.1.0, and this bug was fixed in 7.1.13: https://github.com/electron/electron/pull/22173
No, it still applies. Regardless of what browser you are using, the βorchestratorβ is always Cypress.exe (or the OS binary equivalent) which is a branded electron binary.
On Mon, 10 Feb 2020 at 13:47, PetMou notifications@github.com wrote: