godriver

module
v0.0.0-...-bb701e2 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2016 License: MIT

README

godriver

Build Status Coverage Status Go Report Card

test and load test driver written in go

description

godriver is a simple library for building functional and load test oriented test suites for web applications.

	err := Get("https://www.golang.org").
		HasContentType("text/html").
		SelectorContains("div.rootHeading", "Try Java").
		Exec(nil)

	fmt.Println(err.Error())
	// Output: selection does not contain "Try Java", but was: "Try Go"

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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