From 64d19c8bf4b4e0a767b9d9e1d21c2139a6020b91 Mon Sep 17 00:00:00 2001 From: wilsonge Date: Thu, 12 Sep 2019 18:11:39 +0100 Subject: [PATCH] Try config from cms --- tests/acceptance.suite.dist.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/acceptance.suite.dist.yml b/tests/acceptance.suite.dist.yml index 42049e0..73b7070 100644 --- a/tests/acceptance.suite.dist.yml +++ b/tests/acceptance.suite.dist.yml @@ -20,9 +20,10 @@ modules: JoomlaBrowser: url: 'http://localhost/tests/joomla' # the url that points to the joomla installation at /tests/system/joomla-cms browser: 'chrome' - window_size: 1024x768 + window_size: false capabilities: - unexpectedAlertBehaviour: 'accept' + 'goog:chromeOptions': + args: ["headless", "disable-gpu", "no-sandbox", "window-size=1920x1080"] username: 'admin' # UserName for the Administrator password: 'admin' # Password for the Administrator database host: 'localhost' # place where the Application is Hosted #server Address