integration

command
v0.0.0-...-2898c89 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2015 License: MIT Imports: 10 Imported by: 0

README

How to run QOR integration test

Install required drivers

You need execute-able chromedriver in your PATH.

Prepare mysql database

CREATE USER 'qor'@'localhost' IDENTIFIED BY 'qor';
CREATE DATABASE qor_integration_test;
GRANT ALL PRIVILEGES ON qor_integration_test.* TO 'qor'@'localhost';

Then run go test.

References

QOR integration test is written with agouti and gomega

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