Kenzitron / protractor-jasmine2-html-reporter

HTML reporter for Jasmine2 and Protractor
32 stars 53 forks source link

Blank screenshots running tests triggered from remote powershell #56

Closed ajklotz closed 4 years ago

ajklotz commented 7 years ago

I execute protractor tests as part of our CI pipeline. This involves certain tasks being defined in Visual Studio Team Services running Powershell tasks. Powershell remotely executes the protractor test on a server of my choice running as an administrator account. When a test fails, a screenshot is taken, but the screenshot is blank.

If I run the test locally on my machine and get a failed spec, I get a screenshot with actual visuals. Is anyone else having this kind of problem? Are there gotchas to getting an actual image when the tests are run this way?

ajklotz commented 4 years ago

Closing this issue since the repo doesn't seem to be maintained anymore and I don't care for using protractor. Good luck out there.