Skip to content
New issue

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

Describe fastest developers cycle in README #144

Open
mchoma opened this issue Mar 15, 2024 · 1 comment
Open

Describe fastest developers cycle in README #144

mchoma opened this issue Mar 15, 2024 · 1 comment

Comments

@mchoma
Copy link

mchoma commented Mar 15, 2024

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?

@kabir
Copy link
Collaborator

kabir commented Mar 18, 2024

Don't the standard Maven flags work? e.g.

mvn clean -Pimages install -pl images/web-clustering,tests/clustering/web-clustering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants