UNPKG

@woocommerce/e2e-environment

Version:
10 lines (8 loc) 260 B
const { getTestConfig } = require( '../utils' ); const testConfig = getTestConfig(); global.process.env = { ...global.process.env, // Remove the trailing slash from jest sequencer WORDPRESS_URL. WP_BASE_URL: testConfig.baseUrl, PUPPETEER_SLOWMO: true, };