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

Adding Support for Depending on sourcesets other than main and test #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KraTos5589
Copy link

No description provided.

Copy link
Member

@slandelle slandelle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,

Thanks for contributing.

Then, could you please:

@KraTos5589
Copy link
Author

Use Case - I have defined a set of classes which bring the application up using docker in my integration tests, which are defined in a folder different than test (integTest). I wanted to reuse those files in my Gatling tests, which I have not been able to do through any other means. The only other way would be to move those classes to test or main folders but I don't want to do that.

IntegTest - the use case that I have implemented just adds the functionality to depend on others sourcesets. I am unsure of how to add an integTest for the same. Can you give me some guidance on the same?

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