Skip to content

Commit

Permalink
Added test recording
Browse files Browse the repository at this point in the history
  • Loading branch information
LordChunk committed Jan 30, 2024
1 parent f958c9e commit 1d3bc6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { defineConfig } from "cypress";
export default defineConfig({
viewportHeight: 1080,
viewportWidth: 1920,
video: true,
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
Expand Down
2 changes: 2 additions & 0 deletions ui/cypress/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
screenshots/
videos/

0 comments on commit 1d3bc6f

Please sign in to comment.