Skip to content

Commit

Permalink
Upd: Delete allure report when running tests
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Jan 12, 2024
1 parent 4d09907 commit a232707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build-test: ## Build behave image
docker build --platform=linux/amd64 -t igrantio/bb-consent-test-runner:dev -f ./gherkin/Dockerfile ./gherkin

run-test: ## Run BDD test
sudo rm -rf allure-results && docker run --network=test_custom_network -v ./allure-results:/tests/allure-results:rw igrantio/bb-consent-test-runner:dev
sudo rm -rf allure-results allure-report && docker run --network=test_custom_network -v ./allure-results:/tests/allure-results:rw igrantio/bb-consent-test-runner:dev

allure-generate: ## Generate Allure report
allure generate --clean
Expand Down

0 comments on commit a232707

Please sign in to comment.