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

8 lines
180 B
JavaScript
Raw Normal View History

/**
* Provide the base test URL to bash scripts.
*/
const { getTestConfig } = require( './test-config' );
2020-07-24 13:12:07 +00:00
const testConfig = getTestConfig();
console.log( testConfig.baseUrl );