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

9 lines
174 B
JavaScript
Raw Normal View History

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