Skip to content

Commit

Permalink
feat(reporting): Add test ID to test data attributes (#380)
Browse files Browse the repository at this point in the history
* feat(reporting): Add test ID to test data attributes

* Fixed lint issue
  • Loading branch information
myselfsaurabh authored Feb 15, 2025
1 parent c32a212 commit 243f8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-integration/src/playwright/reporter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class MidsceneReporter implements Reporter {
testDataList.push({
dumpString: dumpAnnotation.description,
attributes: {
playwright_test_id: test.id,
playwright_test_title: test.title,
playwright_test_status: result.status,
playwright_test_duration: result.duration,
Expand Down

0 comments on commit 243f8d0

Please sign in to comment.