I have an integration test that is extracted from a third-party API, I would only like to run this test class manually, is there a way to ignore the test if the parameter / parameter / env variables are not passed? Therefore, I can run the test manually using my IDE, but CI will ignore it.
It is worth saying that I have unit tests that check the smaller parts of the workload that can always be executed.
java spring junit
xenoterracide
source share