Renderer CoreText warnings displaying when running cypress in Electron
See original GitHub issueCurrent behavior:
During my test run my log started being filled with:
2020-05-06 10:20:09.935 Cypress Helper (Renderer)[13275:1197167] CoreText note: Client requested name ".AppleSymbolsFB", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-05-06 10:20:09.935 Cypress Helper (Renderer)[13275:1197167] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
Eventually, Cypress crashed between tests, between the Screenshot and Video packaging steps:
(Screenshots)
- /Users/morgan/Documents/WineSpectator/git/ws/cypress/screenshots/ws_home_page.sp (1280x720)
ec.js/Testing shared resources like header, footer, etc -- Homepage Ads appear -
- Banner Ads Appear (failed).png
The Test Runner unexpectedly exited via a exit event with signal SIGSEGV
Please search Cypress documentation for possible solutions:
https://on.cypress.io
Check if there is a GitHub issue describing this crash:
https://github.com/cypress-io/cypress/issues
Consider opening a new issue.
----------
Platform: darwin (19.4.0)
Cypress Version: 4.5.0
Desired behavior:
Cypress executes test runs without crashing
Test code to reproduce
fwiw most of my tests were hitting
winespectator.com – I had tests running on the home page here.
Versions
Platform: darwin (19.4.0) Cypress Version: 4.5.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:12
- Comments:21 (5 by maintainers)
Top Results From Across the Web
Cypress + headless Electron: CoreText warning - Stack Overflow
I have recently migrated to macOS version Catalina, test running using Cypress version 7.4.0, and browser Electron v13.0.1 installed.
Read more >Troubleshooting | Cypress Documentation
With this variable set, Cypress will skip rendering the Command Log entirely, and perform none of the usual DOM updates to display information...
Read more >cypress-io/cypress - Gitter
... @jennifer-shehane I am getting CypressError: Timed out after waiting {time} ms for your remote page to load when running tests with headless...
Read more >The top 7 advanced features of Cypress to know about
While the tests run in the browser, Cypress also uses a node server as ... like running tests at scale, storing, and showing...
Read more >How to Run Cross Browser Tests with Cypress on All Browsers
Run this test locally to make sure it works ( npx cypress open ). It should pass using any local browser (Chrome, Edge,...
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 FreeTop 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
Top GitHub Comments
Any status update regarding this topic? it’s making the CLI output just useless with all the noise coming from this message
Until this is fixed, I’m piping my CI output through
grep
to strip the spam: