diff --git a/compose/Makefile b/compose/Makefile index 2a159fb..0252a89 100644 --- a/compose/Makefile +++ b/compose/Makefile @@ -124,16 +124,16 @@ test-storage-service: ## Run Storage Service tests. test-at-up: docker-compose -f docker-compose.yml -f docker-compose.acceptance-tests.yml up -d -test-at-check: at-up ## Make sure that both Firefox and Chrome are working. +test-at-check: test-at-up ## Make sure that both Firefox and Chrome are working. docker-compose -f docker-compose.yml -f docker-compose.acceptance-tests.yml run --rm --no-deps archivematica-acceptance-tests simplehubtest -test-at-run: at-up ## Run the acceptance tests. +test-at-run: test-at-up ## Run the acceptance tests. docker-compose -f docker-compose.yml -f docker-compose.acceptance-tests.yml run --rm --no-deps archivematica-acceptance-tests all -test-at-run-firefox: at-up ## Run the tests using just Firefox. +test-at-run-firefox: test-at-up ## Run the tests using just Firefox. docker-compose -f docker-compose.yml -f docker-compose.acceptance-tests.yml run --rm --no-deps archivematica-acceptance-tests firefox -test-at-run-chrome: at-up ## Run the tests using just Chrome. +test-at-run-chrome: test-at-up ## Run the tests using just Chrome. docker-compose -f docker-compose.yml -f docker-compose.acceptance-tests.yml run --rm --no-deps archivematica-acceptance-tests chrome test-at-restarted: ## Ensure that all the containers are restarted.