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
I was running one tests. And I need to switch between building images and running tests
cd wildfly-cloud-test
# This build all tests although I was interested just in one
mvn clean -Pimages install
cd tests/clustering
mvn clean install -Dtest=WebClusteringTestCaseIT -Dwildfly.test.print.logs -Dwildfly.test.print.server-config -Dio.dekorate.log.level=DEBUG -DredirectTestOutputToFile=false
# And back to rebuild image
Is there one command which will build image for WebClusteringTestCaseIT and run it at once?
The text was updated successfully, but these errors were encountered:
I was running one tests. And I need to switch between building images and running tests
Is there one command which will build image for WebClusteringTestCaseIT and run it at once?
The text was updated successfully, but these errors were encountered: