Skip to content

Commit

Permalink
docs(e2e README): Indicated location to run each command
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Aug 3, 2017
1 parent 8fe1160 commit 099b268
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/e2e/README.md
Expand Up @@ -43,10 +43,10 @@ Given an animal profile, recommends a suitable partner based on similar interest

## Running the tests

1. `npm install`
1. `npm run test:consumer` - Run consumer tests
1. `npm run test:publish` - Publish contracts to the broker
1. `npm run test:provider` - Run provider tests
1. `npm install` (on the root project directory)
1. `npm run test:consumer` (from e2e directory) - Run consumer tests
1. `npm run test:publish` (from e2e directory) - Publish contracts to the broker
1. `npm run test:provider` (from e2e directory) - Run provider tests

[![asciicast](https://asciinema.org/a/105793.png)](https://asciinema.org/a/105793)

Expand Down

0 comments on commit 099b268

Please sign in to comment.