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
At present, the testing environment doesn't have a lot of knowledge about the tests being run when running plugin tests without explicitly passing in a list of tests. As a result, any failure reports as all tests failing, and concurrency is not possible. Let's fix that.
A potential solution I've been thinking about is having the testing environment ask the test hook to enumerate the tests (it is possible to do so programmatically, so we can let the test hook define the granularity).
The text was updated successfully, but these errors were encountered:
At present, the testing environment doesn't have a lot of knowledge about the tests being run when running plugin tests without explicitly passing in a list of tests. As a result, any failure reports as all tests failing, and concurrency is not possible. Let's fix that.
A potential solution I've been thinking about is having the testing environment ask the test hook to enumerate the tests (it is possible to do so programmatically, so we can let the test hook define the granularity).
The text was updated successfully, but these errors were encountered: