woocommerce/tests/e2e/env/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 );