Open swissmanu opened 10 years ago
:+1:
BTW thanks for this @swissmanu your plugin is really useful.
This is how i'm using it: https://github.com/angular/protractor/issues/587
thx @elgalu! glad it's useful. your pathbuilder looks nice btw :-)
PoC in commit 68e2896cbf8baf1ce156b64dfd849053060fc551
Allow the test specs to trigger screenshot capture manually when running tests. This would provide an easy way to take shots on specific checkpoints.
This is already possible by calling
browser.takeScreenshot
manually. But providing the functionality by the reporter itself, it would make it possible to reuse the same facilities (metadata etc).Thx for suggestion @olivvv