Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Jan 22, 2025
1 parent 58e2e37 commit aef8353
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ export default defineConfig({
viewportHeight: 768,
fixturesFolder: false,
e2e: {
// TODO There is a bug (I think) in Cypress that results in the page
// navigating to `about:blank` after certain tests run. Unclear why at this
// stage. This is a hack that seems to prevent it, but unclear why. Debug
// and remove this config option.
// Possibly related: https://github.com/cypress-io/cypress/issues/28527
testIsolation: false,
setupNodeEvents(on, config) {},
baseUrl: 'http://localhost:9009',
Expand Down

0 comments on commit aef8353

Please sign in to comment.