Skip to content

Commit

Permalink
update README for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zenozeng committed Mar 5, 2017
1 parent 675fd68 commit 0d5067d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,14 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.

## Testing

For testing, use [ecukes][https://github.com/ecukes/ecukes], installed
For testing, use [ecukes](https://github.com/ecukes/ecukes), installed
by [Cask](https://github.com/cask/cask). The tests are in the
[features](./features/) subdirectory, test data is in the
[data](./test/data) dir. Running tests can be done by issueing `cask
exec ecukes --[no-]win`.
[data](./test/data) dir.

### Run tests

```bash
cask install
cask exec ecukes --no-win
```

0 comments on commit 0d5067d

Please sign in to comment.