Skip to content

Commit

Permalink
improve dataset checking.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Nov 6, 2023
1 parent 349def0 commit e3a50e7
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 169 deletions.
2 changes: 2 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ module.exports = defineConfig({
projectId: process.env.CYPRESS_PROJECT_ID,
viewportWidth: 1600,
viewportHeight: 900,
//Prevent huge amount of time on reloading page
testIsolation: false,
// pageLoadTimeout: 1024*1024*1024,
setupNodeEvents(on, config) {
// implement node event listeners here
Expand Down
Loading

0 comments on commit e3a50e7

Please sign in to comment.