woocommerce/plugins/woocommerce-blocks/tests/e2e-pw/utils/constants.ts

14 lines
351 B
TypeScript
Raw Normal View History

/**
* External dependencies
*/
import path from 'path';
export const BLOCK_THEME_SLUG = 'twentytwentythree';
export const CLASSIC_THEME_SLUG = 'twentytwentyone';
export const MIN_TIMEOUT = 10000;
export const BASE_URL = 'http://localhost:8889';
export const STORAGE_STATE_PATH = path.join(
process.cwd(),
'artifacts/storage-states/admin.json'
);