wttech / bobcat

Bobcat is an automated testing framework for functional testing of web applications.
https://cognifide.github.io/bobcat/
Apache License 2.0
90 stars 40 forks source link

How to pass Environment Variable in contexts yaml #423

Open DeChrish opened 4 years ago

DeChrish commented 4 years ago

We are using SauceLabs properties, and did not want to add the username and password in yaml file, instead add the environment variable.

Ex: webdriver.type: remote webdriver.url: $Sauce_SSO_URL
webdriver.cap.platform: WIN10 webdriver.cap.browserName: chrome webdriver.cap.version: latest webdriver.cap.extendedDebugging: true