Testing: Use SCRIPT_DEBUG in end-to-end test environment #14845
Labels
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
[Status] Blocked
Used to indicate that a current effort isn't able to move forward
[Type] Automated Testing
Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.
[Type] Enhancement
A suggestion for improvement.
Previously: #14371 (comment)
Blocked by: #11360
The end-to-end test suite includes automatic test failures for console error logging. By using development-mode scripts, we can receive more messages (and more helpful messaging) from some vendor dependencies such as React which provide warning messages in development environments.
This is currently blocked by #11360, since there are currently known warnings which occur in development environments related to the use of unsafe lifecycle methods. These must first be resolved before
SCRIPT_DEBUG
can be activated by default.The text was updated successfully, but these errors were encountered: