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've to say this is not an issue, it is a "best practice" approach, the it is to describe with text all your test cases, so, as a best practice you should describe with an "it" every expect.
In your particular case you should wrap your 27 expect within an "it" statement for each one.
But if I want to capture screenshot for a few steps in my "it" block and I want it will be prest in the HTML report as well, so it's not possible to use captureScreen() manually. is there any option to added more than one screenshot each "it" in the report?
@jomendez did you reference these best practices from some document? if so can you please link it here so that I can benefit from knowing what is expected practice with jasmine + protractor. Thanks
I have 3 'it' specswith 27 expects in the code. protractor-html-screenshot-reporter includes 'it' specs but not expect level results.
Please let me know, can i make any configuration changes to make it work.
Thanks,
Arpit Jain
The text was updated successfully, but these errors were encountered: