Add make target to cleanup e2e test setup

This commit is contained in:
Vineet Naik 2020-09-20 09:46:35 +05:30
parent df9e856dc6
commit fe962ccb69
1 changed files with 3 additions and 1 deletions

View File

@ -24,8 +24,10 @@ test-cov:
test-tox-all:
tox
test-e2e:
clean-e2e:
rm -rf tests/profiles/*/.env_$(E2E_PYTHON_EXE)*
test-e2e: clean-e2e
cd tests && ./e2e-tests webapp
cd tests && ./e2e-tests conflicting
cd tests && ./e2e-tests cyclic