Skip to content

Commit

Permalink
chore: update get dir path logic
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw committed Sep 6, 2024
1 parent 1082cec commit 7e10d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-integration/src/playwright/ai-fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const PlaywrightAiFixture = () => {

pageAgentMap[idForPage] = new PageAgent(new PlaywrightPage(page), {
testId: `playwright-${testId}-${idForPage}`,
testFilePath: taskFile,
cacheId: taskFile,
groupName: taskTitle,
groupDescription: taskFile,
generateReport: false, // we will generate it in the reporter
Expand Down

0 comments on commit 7e10d5b

Please sign in to comment.