Skip to content

Commit

Permalink
Add filepath to the results
Browse files Browse the repository at this point in the history
  • Loading branch information
WillBrock authored Aug 12, 2024
1 parent 593a4d8 commit 38fa78b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class TestReporterLauncher {
suite_data[suite_key] = {
title : content.title,
spec_file : content.spec_file,
filepath : content.filepath,
capabilities : content.capabilities,
duration : content.duration,
retries : content.retries || 0,
Expand Down

0 comments on commit 38fa78b

Please sign in to comment.