-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels