- Clone the repo
- Install dependencies
pip install robotframework
&&pip install --upgrade robotframework-seleniumlibrary
- Note: This is w.r.t Python3
-
You can export the environment variables for the Username and Access Key of your BrowserStack account.
export BROWSERSTACK_USERNAME=<browserstack-username> && export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key>
- Navigate to
cd web
- To run single test, run
robot DownloadFile.robot