Skip to content

Commit

Permalink
location of screenshots
Browse files Browse the repository at this point in the history
- Modify .gitignore so actual location of cyprus screenshots.
- Remove unneeded training comma.
  • Loading branch information
huss committed Jan 12, 2025
1 parent cdba3e3 commit ad2d1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ nohup.out
src/server/tmp/*

#ui-testing screenshots
src/cypress/screenshots/*
cypress/screenshots/*
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export default defineConfig({
},
specPattern: 'src/cypress/e2e/*.cy.ts',
supportFile: 'src/cypress/support/e2e.ts',
screenshotsFolder: 'cypress/screenshots/e2e',
screenshotsFolder: 'cypress/screenshots/e2e'
}
});

0 comments on commit ad2d1f6

Please sign in to comment.