diff --git a/playwright.config.js b/playwright.config.js index 082c3b6..d661cb4 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -69,6 +69,13 @@ export default defineConfig({ }, grep: /@worksonmirror/, }, + { + name: "cloudfront", + use: { + ...devices["Desktop Chrome"], + }, + grepInvert: /@notcloudfront|@publishing-app/, + }, /* { name: 'firefox',