We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Allure report shows the diff screenshot as corrupted; since the fs.writeFile() call is not finished when allure.addAttachment is called.
I replaced the fs.writeFile() call with fs.writeFileSync() in #51
Also covered some warnings the IDE highlighted.
Again, looking forward to your review :)