woocommerce/tests/e2e-tests/config/jest-puppeteer.config.js

9 lines
173 B
JavaScript

/** @format */
module.exports = {
launch: {
// Required for the logged out and logged in tests so they don't share app state/token.
browserContext: 'incognito',
}
};