woocommerce/packages/js/e2e-environment/utils/get-base-url.js

8 lines
180 B
JavaScript

/**
* Provide the base test URL to bash scripts.
*/
const { getTestConfig } = require( './test-config' );
const testConfig = getTestConfig();
console.log( testConfig.baseUrl );