Add volumes to 'make test' docker run command

This commit is contained in:
Marian Steinbach 2021-11-11 20:07:21 +01:00
parent 8efe160e79
commit 5ad73edf7a
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ export:
# run spider tests
test:
docker run --rm -ti \
-v $(PWD)/volumes/dev-shm:/dev/shm \
-v $(PWD)/secrets:/secrets \
-v $(PWD)/screenshots:/screenshots \
-v $(PWD)/volumes/chrome-userdir:/opt/chrome-userdir \
--entrypoint "python3" \
$(IMAGE) \