Skip to content

akiellor/testem-selenium-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testem Selenium Launcher

This project provides a testem launcher which can connect to an existing selenium hub.

Getting Started

  1. Install the launcher
$ npm install testem-selenium-launcher --save-dev
  1. Add the launcher configuration to your testem config. NOTE: the '<url>' needs to be as is, this is how testem knows where to put the test url.
{
  ...
  "launchers": {
    "Selenium": {
      "exe": "node_modules/.bin/testem-selenium-launcher",
      "args": ["<url>", "INSERT YOUR HUB URL", "INSERT DESIRED BROWSER (chrome|firefox|etc)"],
      "protocol": "browser"
    }
  }
  ...
}
  1. Run the suite
$ testem -l Selenium

For a working example look at the Example.

About

A selenium launcher for Testem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors