Skip to content

Commit

Permalink
skip test that was skipped before (#139478)
Browse files Browse the repository at this point in the history
Co-authored-by: Garrett Rabian <[email protected]>
  • Loading branch information
gmrabian and gmrabian authored Oct 4, 2023
1 parent dbe0b85 commit 12318df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cypress/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = defineConfig({
baseUrl: "http://localhost:3000/",
specPattern: "**/*.spec.js",
supportFile: "support/index.js",
excludeSpecPattern: "**/filterReports.spec.js",
async setupNodeEvents(on, config) {
await preprocessor.addCucumberPreprocessorPlugin(on, config);
on("file:preprocessor", browserify.default(config));
Expand Down

0 comments on commit 12318df

Please sign in to comment.