Skip to content

Commit

Permalink
Add main run
Browse files Browse the repository at this point in the history
  • Loading branch information
WillBrock committed Dec 17, 2024
1 parent 0938f28 commit 5b4cc5e
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 @@ -51,6 +51,7 @@ class TestReporterLauncher {
uuid : process.env.RUN_UUID,
// This is a way to group runs together, for example if you're using sharding
group_uuid : process.env.GROUP_UUID,
main_run : process.env.MAIN_RUN,
title : process.env.RUN_TITLE || this.start,
build_url : process.env.BUILD_URL,
run_date : this.start.toISOString(),
Expand Down

0 comments on commit 5b4cc5e

Please sign in to comment.