societe-generale/spintest

As a QA I want to parallelize tasks.

kyp76 opened this issue · 0 comments

kyp76 commented

Example :
I have an API where on 1 application I could add several features (15).
I do not want to create 15 tests files in order to run the test executions, but on 1 test file I could execute tasks in parallel.

Proposal :
Add new field
Optional("parallelize", default=False): bool,