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 beebb9a commit ccc09ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +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,
main_run : Number(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 ccc09ef

Please sign in to comment.