Skip to content

Try something repository for Robot Framework

Notifications You must be signed in to change notification settings

sotayamashita/try-robot-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Examples

Run test with Chrome on Docker container

TODO

Run test with specifing capabilities on BrowserStack on your local machine

Setup:

  1. Sign up for a BrowserStack free trial account.

  2. Install Robot Framework itself and libraries:

    pip install -U robotframework
    pip install -U robotframework-seleniumlibrary
  3. Install Local Testing binary

Run:

# Start Local Testing
./BrowserStackLocal --key  <BrowserStack Key>
# Start robot test
robot -v Username:<Username> -v AccessKey:<AccessKey> --report /reports test-with-browserstack.robot

About

Try something repository for Robot Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published