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
We somehow integrated your package in our test framework.
Just a little background, we are using protractor + mocha + mochawesome-screenshot (html reporting).
We have integrated it the way it was listed on the guide: https://www.npmjs.com/package/protractor-screenshot-utils
However, for some reason, whenever I call it on the ts file, it's not overriding the browser.takeScreenshot(). It only takes the screenshot of what's visible on the browser. We are also using
On the onPrepare section, we have set it to
setAsDefaultScreenshotMethod : true
The text was updated successfully, but these errors were encountered:
One quick question though, I saw that you initialized browser.waitForAngularEnabled(false); on onPrepare section.
Does that mean, this full page screenshot can only work on non-angular pages?
I cannot put this on onPrepare section as I'm working on both Angular and Non-Angular pages. But the one thing I noticed is, this cannot take a screenshot of an angular homepage.
We somehow integrated your package in our test framework.
Just a little background, we are using protractor + mocha + mochawesome-screenshot (html reporting).
We have integrated it the way it was listed on the guide:
https://www.npmjs.com/package/protractor-screenshot-utils
However, for some reason, whenever I call it on the ts file, it's not overriding the browser.takeScreenshot(). It only takes the screenshot of what's visible on the browser. We are also using
On the onPrepare section, we have set it to
setAsDefaultScreenshotMethod : true
The text was updated successfully, but these errors were encountered: