Skip to content

Commit 51e2410

Browse files
committed
MQE-1628: Error loading Yaml config from
- Added quotes to default config
1 parent 3a73b31 commit 51e2410

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

etc/config/functional.suite.dist.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ modules:
2828
username: "%MAGENTO_ADMIN_USERNAME%"
2929
password: "%MAGENTO_ADMIN_PASSWORD%"
3030
pageload_timeout: 30
31-
host: %SELENIUM_HOST%
32-
port: %SELENIUM_PORT%
33-
protocol: %SELENIUM_PROTOCOL%
34-
path: %SELENIUM_PATH%
31+
host: "%SELENIUM_HOST%"
32+
port: "%SELENIUM_PORT%"
33+
protocol: "%SELENIUM_PROTOCOL%"
34+
path: "%SELENIUM_PATH%"
3535
capabilities:
3636
chromeOptions:
3737
args: ["--window-size=1280,1024", "--disable-extensions", "--enable-automation", "--disable-gpu", "--enable-Passthrough"]

0 commit comments

Comments
 (0)