Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Isolated Suites #23

Closed
rnc opened this issue Mar 20, 2015 · 1 comment
Closed

Multiple Isolated Suites #23

rnc opened this issue Mar 20, 2015 · 1 comment

Comments

@rnc
Copy link

rnc commented Mar 20, 2015

Is it possible to have multiple isolated suites? e.g. run one set of tests together and another set together?

Is it possible to run some tests together and the rest in individual deployments?

@ingwarsw
Copy link
Owner

Regarding first question.
Its possible to have different deployments and run different tests on different deployments.
You just need to name deployments and then use @OperateOnDeployment annotation on test or test class to run it on that deployment.
You can look at my tests.. im using multiple deployments there..

And second one..
I was thinking about that but its quite complicated.
For now you can use solution provided at question one.
Create small deployments for tests that you need.
But there is one issue with that approach... all deployments needs to be in one class.. and it can grow really fast..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants