Skip to content

Commit

Permalink
fix: expose process.env.TESTRAIL_RUN_URL (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Dec 5, 2023
1 parent 9f5a04a commit e2e26b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ module.exports = (config) => {
runId = config.runId;
} else {
const res = await _addTestRun(config.projectId, suiteId, runName);
process.env.TESTRAIL_RUN_URL = res.url;
runId = res.id;
}

Expand Down

0 comments on commit e2e26b3

Please sign in to comment.