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

Report run of several configuration the same as for one #134

Closed
extsoft opened this issue Dec 3, 2017 · 3 comments
Closed

Report run of several configuration the same as for one #134

extsoft opened this issue Dec 3, 2017 · 3 comments
Assignees

Comments

@extsoft
Copy link
Member

extsoft commented Dec 3, 2017

We are able to configure listeners preparing the different behavior of the same group of tests.

Kernel kernel = ....;
Kernel config1 = kernel.with(...);
Kernel config2 = kernel.with(...);
Kernel config3 = kernel.with(...);

And we need to have the ability to run them one by one and report the final status.

@extsoft extsoft self-assigned this Jan 20, 2019
extsoft added a commit that referenced this issue Feb 8, 2019
Introduced SequentialExecution class gives ability to run several
suites sequentially and reports aggregated report for them. This change
gives more freedom in defining tests suites and the combinations of the
tests setups.

#134
extsoft added a commit that referenced this issue Feb 8, 2019
Introduced SequentialExecution class gives ability to run several
suites sequentially and reports aggregated report for them. This change
gives more freedom in defining tests suites and the combinations of the
tests setups.

#134
extsoft added a commit that referenced this issue Feb 8, 2019
Introduced SequentialExecution class gives ability to run several
suites sequentially and reports aggregated report for them. This change
gives more freedom in defining tests suites and the combinations of the
tests setups.

#134
@extsoft
Copy link
Member Author

extsoft commented Feb 8, 2019

@rultor please release, the tag is 0.6.0.

@rultor
Copy link
Collaborator

rultor commented Feb 8, 2019

@rultor please release, the tag is 0.6.0.

@extsoft OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented Feb 8, 2019

@rultor please release, the tag is 0.6.0.

@extsoft Done! FYI, the full log is here (took me 8min)

@extsoft extsoft closed this as completed Feb 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants