Socket
Book a DemoInstallSign in
Socket

amauryd-testem-selenium-launcher

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

amauryd-testem-selenium-launcher

A selenium launcher for Testem

unpublished
latest
npmnpm
Version
0.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Testem Selenium Launcher

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

Getting Started

  • Install the launcher
$ npm install testem-selenium-launcher --save-dev
  • 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"
    }
  }
  ...
}
  • Run the suite
$ testem -l Selenium

For a working example look at the Example.

FAQs

Package last updated on 21 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts