Skip to content

Commit

Permalink
Fix: Delete previous allure results before running BDD test
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 11, 2024
1 parent f98248b commit 610c95e
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
docker run --network=test_custom_network -v ./allure-results:/tests/allure-results:rw igrantio/bb-consent-test-runner:dev
sudo rm -rf allure-results && 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 610c95e

Please sign in to comment.