getgauge / html-report

HTML report generation plugin for Gauge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Report doesn't display results when webdriver throws exception

jonathangiber opened this issue · comments

Since I moved to openjdk, I get lot of crashed reports when I can't see which specs failed.

Here are some examples:
1
2
3

Already try using the following flags as recommend in some forums:
options.addArguments("--disable-gpu");
options.addArguments("--no-sandbox");
options.addArguments("--disable-extensions");
options.addArguments("--disable-dev-shm-usage");

Gauge version:
Your Environment Information -----------
linux, 1.0.8, 28617ea
html-report (4.0.11), java (0.7.7), json-report (0.3.1), spectacle (0.1.4), xml-report (0.2.3)
........................
Open-jdk: 13.0.2

Is this still an issue @jonathangiber ?

I split the execution to 2 different ones so I'm not seeing this anymore, it was happening when I was initializing different web drivers (remote, incongnito, etc)

Thanks, I'll close the issue