You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love the plugin it does most of what I want to do, but there is one thing that I think would be really helpful. In my tests, I typically have an action followed by a verification. For example, enter text into an input box then verify (expect) the value to be in the textbox.
The plugin seems to log only the spec. If I write a verification step in my tests, the logging shows a pass even if my verification step fails. I have tried several methods to get the verification step to log, but am not able to.
In my selenium tests, I wrote my own logging module which would log every step and every verification so that I could report exactly what the test is doing. I would like to do the same in protractor using this plugin if possible.
Here is an example of a test step in my page object file:
Hi there!
Thanks for submitting an issue to Protractor Screenshoter Plugin.
To help us help you better, please do the following before submitting an issue:
Please follow CONTRIBUTING.md.
Bug report
Feature Request
The text was updated successfully, but these errors were encountered: