Ramon Klein
Ramon Klein
@OldShaterhan I have hard time to reproduce it. If look into the app.js and search for " var results". Do you see a proper array of test results?
The reporter is currently "designed" like that: when you use preserveDirectory: true the rerunning of tests with add new results to the results from the previous one. The Consolidate and...
We use the function [browser.takeScreenshot() ](https://www.protractortest.org/#/api?view=webdriver.WebElement.prototype.takeScreenshot)from protractor. The documentation says nothing about what to do in the case of window switching. We have a similar problem with mutliple browser windows....
We use the global browser object from protractor to make the screenshots and it defaults to the first window always. I did a quick research and there seems to be...
The "CLA not signed yet" seems to work now and I could sign something. I took a few minutes but while I was writing this comment the "CLA button" turned...
The only way I see is making the window larger... https://stackoverflow.com/questions/31406884/how-to-take-screenshot-of-entire-page-in-protractor
Regarding the unecpected alert thing;: I think you need to adjust your tests like this: https://stackoverflow.com/questions/19173195/how-to-handle-the-unexpected-alert-open else the alert is blocking protractor
The results are accumlated in the combined.json file. So in theory you could parse that file after the whole run, filter out double results by using the latest result only...
We have more than 1000 test cases in our company environment and the reporter has no problem with it. (We have also timeouts there; configured to 30 seconds per test)....
@samenz @Denis220795 can you please inspect the combined.json file? Is it also corrupt?