Skip to content

Commit

Permalink
Merge pull request #46 from Coada/patch-1
Browse files Browse the repository at this point in the history
Renamed error message to match setting name
  • Loading branch information
alexneo2003 authored Oct 16, 2023
2 parents 0e7bad5 + 8146a34 commit ead0184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playwright-azure-reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ class AzureDevOpsReporter implements Reporter {
const attachmentsResult: string[] = [];

if (!runId) {
throw new Error('Could not find test run id. Check, maybe testPlanId, what you specified, is incorrect.');
throw new Error('Could not find test run id. Check, maybe planId, what you specified, is incorrect.');
}

for (const attachment of testResult.attachments) {
Expand Down

0 comments on commit ead0184

Please sign in to comment.