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
As a user I want to execute tests in concurrent to speed up the testing environment.
At the moment I need to run multiple commander instances to achieve this behaviour.
A --concurrent=N flag could configure the amount of tests being executed in goroutines. N is the number of tests.
This issue is for discussion on this topic.
The text was updated successfully, but these errors were encountered:
As a user I want to execute tests in concurrent to speed up the testing environment.
At the moment I need to run multiple commander instances to achieve this behaviour.
A
--concurrent=N
flag could configure the amount of tests being executed in goroutines.N
is the number of tests.This issue is for discussion on this topic.
The text was updated successfully, but these errors were encountered: