selenium-mock

command module
v0.0.0-...-6730995 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

README

Selenium Mock

Build Status Release

This repository contains a small binary emulating real Selenium Hub responses. The main application - load testing of Selenium proxies like Gridrouter.

Running

Run the following command to obtain running selenium-mock on port 4444:

# docker run --rm -it --name selenium-mock -p 4444:4444 aerokube/selenium-mock:1.0.0

Building

To build install Govendor and type:

$ go get github.com/aerokube/selenium-mock
$ cd $GOPATH/src/github.com/aerokube/selenium-mock
$ govendor sync
$ go build

Then run:

$ ./selenium-mock -port 4444

To create Docker container type:

$ docker build -t selenium-mock:latest .

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL