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 1bfa0d2 commit ed776aa
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 @@ -135,7 +135,7 @@ exports.config = {
const filename = "screnshot.png";
const outputFile = path.join(__dirname, filename);
await browser.saveScreenshot(outputFile);
await reportportal.sendFileToTest(test, 'info', filename, fs.readFileSync(outputFile));
reportportal.sendFileToTest(test, 'info', filename, fs.readFileSync(outputFile));
}
}
...
Expand Down

0 comments on commit ed776aa

Please sign in to comment.