-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing: Use SCRIPT_DEBUG in end-to-end test environment #14845
Labels
[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.
Comments
aduth
added
[Type] Enhancement
A suggestion for improvement.
[Type] Automated Testing
Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.
[Status] Blocked
Used to indicate that a current effort isn't able to move forward
labels
Apr 5, 2019
This was referenced Apr 5, 2019
gziolo
added
the
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
label
Apr 10, 2019
aduth
removed
the
[Status] Blocked
Used to indicate that a current effort isn't able to move forward
label
May 23, 2019
This was referenced Jun 5, 2019
It's blocked by #17355 which should be worked on first. |
gziolo
added
the
[Status] Blocked
Used to indicate that a current effort isn't able to move forward
label
Oct 24, 2019
9 tasks
Mamaduka
removed
the
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
label
Dec 25, 2024
I'm going to close the issue. See: #17355 (comment) and #61943. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[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: