Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Allow parallel execution of multiple test suites #158

Closed
extsoft opened this issue Feb 8, 2019 · 0 comments
Closed

Allow parallel execution of multiple test suites #158

extsoft opened this issue Feb 8, 2019 · 0 comments

Comments

@extsoft
Copy link
Member

extsoft commented Feb 8, 2019

Sometimes we may need to run several tests suites in parallel. If you use TestNG, you can configure parallel execution with testng.xml file.

Sunshine has to support parallel configuration also. So, you can define several tests suites and run them in parallel.

Technical implementation: it should be ParallelExecution class (which is similar to SequentialExecution) which executes given Kernels in parallel and reposts a status.

This issue is a logical step after implementing #134.

@extsoft extsoft self-assigned this Feb 8, 2019
@extsoft extsoft closed this as not planned Won't fix, can't repro, duplicate, stale Aug 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant