We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4ae4a commit fe37b01Copy full SHA for fe37b01
test/cypress.config.js
@@ -24,10 +24,8 @@ module.exports = defineConfig({
24
// viewportHeight: 1200,
25
video: true,
26
videoCompression: false,
27
- // Reference on skipping tests:
28
- // https://www.browserstack.com/guide/cypress-skip-test
+ // About skipping tests: https://www.browserstack.com/guide/cypress-skip-test
29
excludeSpecPattern: [
30
- // "./cypress/e2e/**/login.cy.js",
31
"./cypress/e2e/**/graph_analysis.cy.js"
32
],
33
},
0 commit comments