chore(core): upload flaky test traces (#9974)

This commit is contained in:
pengx17
2025-02-07 07:08:55 +00:00
committed by Peng Xiao
parent fc4fe481ef
commit 9fd547d484
10 changed files with 38 additions and 34 deletions

View File

@@ -20,5 +20,9 @@ export const test = baseTest.extend<{
});
await page.goto('/');
await use(page);
console.log(
'Browser User Agent:',
await page.evaluate(() => navigator.userAgent)
);
},
});