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

How to call integration tests ? #9

Closed
ICONationDevTeam opened this issue Oct 7, 2021 · 2 comments
Closed

How to call integration tests ? #9

ICONationDevTeam opened this issue Oct 7, 2021 · 2 comments

Comments

@ICONationDevTeam
Copy link
Contributor

ICONationDevTeam commented Oct 7, 2021

Hi,
I haven't found a gradle task or any documentation about how to call the integration tests such these ones : https://github.com/icon-project/java-score-examples/tree/master/multisig-wallet/src/intTest/java/foundation/icon/test
Would you have any direction about how to do that please ?

Thank you 👍

@sink772
Copy link
Member

sink772 commented Oct 8, 2021

I've updated README.md to elaborate the usage of integration testing.
https://github.com/icon-project/java-score-examples#integration-testing

Also you can verify where the integration tests are:

$ ./gradlew tasks --all | grep integrationTest
irc3-token:integrationTest - Runs integration tests.
multisig-wallet:integrationTest - Runs integration tests.
sample-crowdsale:integrationTest - Runs integration tests.

@ICONationDevTeam
Copy link
Contributor Author

Thank you very much 🙏

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