Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisOsipov committed Nov 2, 2023
1 parent ed776aa commit a568a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ exports.config = {
await browser.saveScreenshot(outputFile);
//!!
Object.assign(test, {title: test.description}}
await reportportal.sendFileToTest(test, 'info', filename, fs.readFileSync(outputFile));
reportportal.sendFileToTest(test, 'info', filename, fs.readFileSync(outputFile));
}
}
...
Expand Down

0 comments on commit a568a29

Please sign in to comment.