commander icon indicating copy to clipboard operation
commander copied to clipboard

Concurrent execution of tests

Open SimonBaeumer opened this issue 4 years ago • 0 comments

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.

SimonBaeumer avatar Jun 28 '20 20:06 SimonBaeumer