Skip to content

browserstack/fluentlenium-browserstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FluentLenium-BrowserStack

Sample for using FluentLenium with BrowserStack Automate.

Configuring Tests

  • Open src/test/java/com/browserstack/AppTest.java
  • Add USERNAME and ACCESS_KEY with your BrowserStack credentials. Don't have one? Get one on BrowserStack dashboard
  • Optionally, add your credentials to the environment variables BROWSERSTACK_USERNAME and BROWSERSTACK_ACCESS_KEY
  • Add / customise more capabilities to desiredCapabilities in App.java

Run the tests

  • To start the sample test simply run mvn clean test"

About

Selenium examples for FluentLenium and BrowserStack Automate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages