You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds a new 'test:summary' event to the test runner's
reporting interface. This new event serves two purposes:
- The test runner internals no longer change the process exit
code. This may be important to run() users.
- The reporting interface now has a single event that can identify
passing or failing test runs.
Refs: #53867
Refs: #54812
0 commit comments