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
If a test suite contains many (e.g. 100) tests and the first test fails in a way that the following tests aren't executed, incremental development can't make use them.
One mitigation for this would be to split such files into multiple files, containing, ideally, just one test per file. If this is feasible, it should be explicitly mentioned at https://web-platform-tests.org/test-suite-design.html and reviewers should pay attention to it.
The text was updated successfully, but these errors were encountered:
If a test suite contains many (e.g. 100) tests and the first test fails in a way that the following tests aren't executed, incremental development can't make use them.
A recent example of this is https://searchfox.org/mozilla-central/source/testing/web-platform/tests/html/semantics/popovers/popover-light-dismiss.html.
One mitigation for this would be to split such files into multiple files, containing, ideally, just one test per file. If this is feasible, it should be explicitly mentioned at https://web-platform-tests.org/test-suite-design.html and reviewers should pay attention to it.
The text was updated successfully, but these errors were encountered: