Add feature testing info to readme

This commit is contained in:
Martin Lensment 2014-08-18 12:44:45 +03:00
parent 2a8d091bfc
commit 4d37e3a0c1

View file

@ -117,6 +117,13 @@ Wait for the greeting message on the STD, then send EPP/TCP frame:
<clTRID>sample1trid</clTRID>
</command></epp>
```
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`