You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System Tests need to be able to be executed from normal Java command, e.g:
java -jar ei-system-test.jar -Dconfig.file.path=/path/to/configfile.properties
Update pom file to produce a ei-ve-system-tests.jar file in target folder.
Motivation
So system tests can be executed from a jar file and with a normal Java command.
Exemplification
Benefits
Possible Drawbacks
The text was updated successfully, but these errors were encountered:
Description
System Tests need to be able to be executed from normal Java command, e.g:
java -jar ei-system-test.jar -Dconfig.file.path=/path/to/configfile.properties
Update pom file to produce a ei-ve-system-tests.jar file in target folder.
Motivation
So system tests can be executed from a jar file and with a normal Java command.
Exemplification
Benefits
Possible Drawbacks
The text was updated successfully, but these errors were encountered: