diff --git a/.gitignore b/.gitignore index e43b0f9889..bbb5d53775 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .DS_Store +test/src/.Trash-0/ +test/src/cypress/videos/ diff --git a/Dockerfile b/Dockerfile index 43c1bf5304..c90b1ed367 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,14 +8,3 @@ RUN apt-get update && \ libnss3 \ libxss1 \ xvfb - -# run as non-root user inside the docker container -# first add a new group "qa" -RUN groupadd -r qa && useradd -m -r -g qa cypress - -# give the new user permissions -RUN chown -R cypress /usr/local -RUN chown -R cypress /home/cypress - -# now run as new user "cypress" from group "qa" -USER cypress diff --git a/test/src/cypress/videos/wqb42.mp4 b/test/src/cypress/videos/wqb42.mp4 deleted file mode 100644 index 7153b411d3..0000000000 Binary files a/test/src/cypress/videos/wqb42.mp4 and /dev/null differ