We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I run jsystem scenarios using maven by command like: mvn jsystem:run -Dscenario=scenarios/myScenario -Dsut=mySut.xml
If the first test in scenario fails I need to stop running.
Found how to do it if running from jsystem: https://sourceforge.net/p/jsystemtest/discussion/397999/thread/7b5a72f7/
When running from maven the provided solution doesn't work
Is there some solution for running jsystem from maven?
The text was updated successfully, but these errors were encountered:
This is not supported yet.
Sorry, something went wrong.
No branches or pull requests
Hi,
I run jsystem scenarios using maven by command like:
mvn jsystem:run -Dscenario=scenarios/myScenario -Dsut=mySut.xml
If the first test in scenario fails I need to stop running.
Found how to do it if running from jsystem:
https://sourceforge.net/p/jsystemtest/discussion/397999/thread/7b5a72f7/
When running from maven the provided solution doesn't work
Is there some solution for running jsystem from maven?
The text was updated successfully, but these errors were encountered: