Skip to content

smangarole/bs-robot-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  • Clone the repo
  • Install dependencies pip install robotframework && pip install --upgrade robotframework-seleniumlibrary
  • Note: This is w.r.t Python3

Set BrowserStack Credentials

  • 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>
    

Running tests

Automate

  • Navigate to cd web
  • To run single test, run robot DownloadFile.robot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • RobotFramework 56.0%
  • Python 43.0%
  • Makefile 1.0%