0.0.3 • Published 10 years ago

wd-runner-chrome v0.0.3

Weekly downloads
2
License
BSD-2-Clause
Repository
github
Last release
10 years ago

wd-runner-chrome

Autostarting chromedriver when executing tests

Heavily inspired by dalekjs but without dalekjs ;)

Usage

var startChrome = require("wd-runner-chrome");

startChrome().then(function(instance) {
    // webdriver instance running on some port. startup your favorite webdriver test thingy now (example for wd)
    var browser = wd.promiseChainRemote("http://localhost:" + instance.port + "/wd/hub");
    // instance will contain the process as well so when your test has finished:
    instance.process.kill("SIGTERM");
});
0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago