From 4d37e3a0c1cdf7c4757eef0250705f04ea6befca Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Mon, 18 Aug 2014 12:44:45 +0300 Subject: [PATCH] Add feature testing info to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 61785502c..f2d405cc1 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,13 @@ Wait for the greeting message on the STD, then send EPP/TCP frame: sample1trid ``` + +Testing +--- +For feature testing PhantomJS is used. + +* (Download)[https://bitbucket.org/ariya/phantomjs/downloads/] the correct binary for your OS +* Move the binary to `/usr/local/bin` * Before running tests for the first time: `rake db:seed` * Run tests: `rake` * Run EPP tests: `rake test:epp`