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
When I use the parameter "-DtestDestination=CHROMEHEADLESS", it runs the test correctly. The problem is that resources are locked by the driver (memory 100%). If you run this parameter multiple times on the same server, it will eventually crash the server and become unresponsive.
The current work around is to have a cron job that deletes the files contained in '/tmp' directory (Due to using default driver).
The text was updated successfully, but these errors were encountered:
@nonamef Has this been tested with the leaveWindowsOpen flag set to false? I've had processes stay open if that's not specified, so it's worth checking out first. Not sure if it's 100% a bug as someone could theoretically hook in to the webdriver while it's running to inspect... so they may want it to stay open
When I use the parameter "-DtestDestination=CHROMEHEADLESS", it runs the test correctly. The problem is that resources are locked by the driver (memory 100%). If you run this parameter multiple times on the same server, it will eventually crash the server and become unresponsive.
The current work around is to have a cron job that deletes the files contained in '/tmp' directory (Due to using default driver).
The text was updated successfully, but these errors were encountered: