Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export default defineConfig({
trashAssetsBeforeRuns: true,

e2e: {
// Exclude the documentation screenshot spec from regular CI runs.
// It is run explicitly by the screenshots.yml workflow_dispatch workflow.
excludeSpecPattern: '**/screenshots.cy.ts',

// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
async setupNodeEvents(on, config) {
Expand Down
Loading