Move captureWarnings to dev-tools plugin
See original GitHub issueCategory plugins
Component dev-tools
Is your feature request related to a problem? Please describe.
Describe the solution you’d like
Move captureWarnings
helper from navigation_modify_test.mocha.js to dev-tools
Describe alternatives you’ve considered
Additional context
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
July 2021 Release is Available! - Google Groups
And coming soon: a scroll plugin that automatically scrolls the workspace when a user moves a block to the edge. This is based...
Read more >warnings: support for logging.captureWarnings #2449 - GitHub
Just to make sure I understand the issue: if you disable the warnings plugin using -p no:warnings , the logging methods works as...
Read more >Faster DevTools navigation with shortcuts and settings
Sharing some useful shortcuts and settings for quicker DevTools navigation.Chapters:0:00 - Intro 0:08 - Shortcut to open the Drawer and more ...
Read more >python - captureWarnings set to True doesn't capture warnings
catch_warnings with record=True . Here's a minimal example: import logging import warnings logging.basicConfig() # configures the root logger logging.
Read more >Open Chrome DevTools
All of the ways that you can open Chrome DevTools. ... Windows or Linux, Ctrl + Shift + C, Ctrl + Shift +...
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
Edit: I just saw that the merge was a few hours ago. The next publish will be this Thursday.
Not exactly, it should be moved under
plugins/dev-tools/src/
. The dev-tools plugin providestestHelpers
that are used in other plugins and in core. I’d probably add it to either the common_test_helpers.mocha.js file or create a new file like utility_test_helpers.mocha.js and also add it as an export in test_helpers.mocha.js