playwright/utils.ts (4 lines of code) (raw):

const localBaseUrl = 'http://localhost:7777/'; const referenceBaseUrl = 'https://guardian.github.io/commercial-templates/'; const templatePreviewWidths = ['360', '740', '980', '1300', '100%']; export { localBaseUrl, referenceBaseUrl, templatePreviewWidths };