We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e4a34 commit ec5dc15Copy full SHA for ec5dc15
cypress.config.js
@@ -31,7 +31,7 @@ module.exports = defineConfig({
31
return {
32
config,
33
34
- excludeSpecPattern: ['cypress/e2e/e2eFullTesting.cy.js'],
+ excludeSpecPattern: ['cypress/e2e/e2eFullTesting.cy.js', 'cypress/e2e/copyConfigurationExtendedTests.cy.js', 'cypress/e2e/siteDeployerCopyConfigurationTests.cy.js'],
35
// excludeSpecPattern: [
36
// 'cypress/e2e/copyConfigurationExtendedTests.cy.js',
37
// 'cypress/e2e/emailTemplatesTests.cy.js',
0 commit comments