This is an automated email from the ASF dual-hosted git repository.

rshah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 753b658fd5 TPv2 Add missing args to chromedriver for CiaB (#7435)
753b658fd5 is described below

commit 753b658fd5a902f78930d0e06c6bd091ee0ddd09
Author: Steve Hamrick <[email protected]>
AuthorDate: Fri Apr 7 10:16:38 2023 -0600

    TPv2 Add missing args to chromedriver for CiaB (#7435)
    
    Add missing args to chromedriver
---
 experimental/traffic-portal/nightwatch/nightwatch.conf.js | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/experimental/traffic-portal/nightwatch/nightwatch.conf.js 
b/experimental/traffic-portal/nightwatch/nightwatch.conf.js
index 0d88719392..d100f65135 100644
--- a/experimental/traffic-portal/nightwatch/nightwatch.conf.js
+++ b/experimental/traffic-portal/nightwatch/nightwatch.conf.js
@@ -37,9 +37,8 @@ module.exports = {
                                browserName: "chrome",
                                "goog:chromeOptions": {
                                        args: [
-                                               //'--no-sandbox',
-                                               //'--ignore-certificate-errors',
-                                               //'--allow-insecure-localhost',
+                                               "--no-sandbox",
+                                               "--ignore-certificate-errors",
                                                //'--headless'
                                        ],
                                        // More info on Chromedriver: 
https://sites.google.com/a/chromium.org/chromedriver/
@@ -62,6 +61,9 @@ module.exports = {
                        desiredCapabilities: {
                                "goog:chromeOptions": {
                                        args: [
+                                               "--no-sandbox",
+                                               "--disable-dev-shm-usage",
+                                               "--ignore-certificate-errors",
                                                "--headless",
                                                "--window-size=1920,1080"
                                        ]

Reply via email to