diff --git a/Makefile b/Makefile index 76ba18cd..62d916ad 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ test: build ## Run the tests integration-test: export TARGET = integration integration-test: export LOG_FILE = integration/results/docker.log integration-test: build ## Run the integration tests - rm -rf integration/results + mkdir -p integration/results && rm -r integration/results/* ${DOCKER_COMPOSE} run --rm playwright; ${LOGS} smoke-test: build ## Run the smoke tests