Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial cypress setup #833

Merged
merged 11 commits into from
Jul 5, 2022
Prev Previous commit
Next Next commit
Make sure cypress artifacts don't sneak in
  • Loading branch information
allisonking committed Jun 29, 2022
commit 2ab4ecb8232ff8c4f9c84f44a5f07f2a3b1246f1
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ docs/
.github/
.devcontainer/
node_modules/

# Ignore cypress artifacts
videos/
screenshots/
2 changes: 2 additions & 0 deletions clients/admin-ui/cypress/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
videos/
screenshots/