Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
[e2e] Mount the directory screenshots. (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
monaka committed Sep 23, 2020
1 parent 2f28ffb commit dae92d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/theia/e2e/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ fi
# Runs E2E tests in a docker container.
run_test_in_docker_container() {
docker_exec run --rm ${DOCKER_RUN_OPTIONS} \
-v "${base_dir}/screenshots":/root/cypress/screenshots \
-v "${base_dir}/videos":/root/cypress/videos \
-v "${base_dir}/logs":/root/logs \
-v /var/run/docker.sock:/var/run/docker.sock \
Expand Down

0 comments on commit dae92d1

Please sign in to comment.