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

7 lines
157 B
JavaScript
Raw Normal View History

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