Running the integration tests
In Maven
cd molgenis-platform-integration-tests/integ-test-env;
docker-compose up -d;mvn verify -pl molgenis-platform-integration-tests --batch-mode \
-Dmaven.test.redirectTestOutputToFile=true \
-Dit_db_user=postgres \
-Dit_db_password=postgres \
-Dit_db_port=5432;docker-compose downIn IntelliJ
system properties
When building pull requests
Concurrent builds on a single machine
Last updated