Skip to content

Commit

Permalink
Merge branch 'main' into 4133-fix-missing-pagination-on-warehouse
Browse files Browse the repository at this point in the history
  • Loading branch information
poulch committed Aug 29, 2023
2 parents 589eaf6 + 6078cfc commit 4e77e4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/* eslint-disable no-console */
const { defineConfig } = require("cypress");
const fs = require("fs");
const cypressSplit = require("cypress-split");

module.exports = defineConfig({
projectId: "51ef7c",
Expand Down Expand Up @@ -31,7 +32,7 @@ module.exports = defineConfig({
async setupNodeEvents(on, config) {
config = require("./cypress/support/cypress-grep/plugin")(config);
config = await require("./cypress/plugins/index.js")(on, config);
config = require("cypress-split")(on, config);
cypressSplit(on, config);
return config;
},
specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e77e4b

Please sign in to comment.