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
Instead of splitting tests based on their name, it probably makes sense to split them based on the number of tests. So, for example, we have these files:
Here, test.accepts and test.rejects are always tested. However, tests.large.accepts and tests.large.rejects are only tested upon demand (e.g. in the CI pipeline).
The text was updated successfully, but these errors were encountered:
Instead of splitting tests based on their name, it probably makes sense to split them based on the number of tests. So, for example, we have these files:
Here,
test.accepts
andtest.rejects
are always tested. However,tests.large.accepts
andtests.large.rejects
are only tested upon demand (e.g. in the CI pipeline).The text was updated successfully, but these errors were encountered: