Skip to content

Commit

Permalink
updating path for new path
Browse files Browse the repository at this point in the history
  • Loading branch information
snevesbarros committed Feb 18, 2024
1 parent 7651415 commit da353e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/integrations/wdio/AnglesWDIOReporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class AnglesWDIOReporter extends WDIOReporter {

onRunnerEnd() {
if (this.isEnabled && process.env.ANGLES_ID) {
console.info(`Angles Dashboard Results: ${this.reportingUrl}/build/?buildId=${process.env.ANGLES_ID}`);
console.info(`Angles Dashboard Results: ${this.reportingUrl}/test-run/?buildId=${process.env.ANGLES_ID}`);
process.env.ANGLES_ID = undefined;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/wdio/AnglesWDIOService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class AnglesWDIOService {

onComplete() {
if (this.anglesEnabled){
console.log(`The test results can be found here: ${this.reportingUrl}/build/?buildId=${process.env.ANGLES_ID}`)
console.log(`The test results can be found here: ${this.reportingUrl}/test-run/?buildId=${process.env.ANGLES_ID}`)
process.env.ANGLES_ID = undefined;
}

Expand Down

0 comments on commit da353e6

Please sign in to comment.