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

[e2e] Mount the directory screenshots. #863

Merged
merged 1 commit into from
Sep 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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