Skip to content

Commit

Permalink
Correction to the README, removing aspect that's not related to nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
neomatrix369 committed Oct 27, 2018
1 parent 7f6e587 commit 0123b9d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Project contains submodules as mentioned in the `.gitmodules` file:

- broker
- src/test/resources/tdl/client (gets cloned into features)
- tdl/client-spec (gets cloned into features)
- wiremock

Use the below command to update the submodules of the project:
Expand Down Expand Up @@ -54,13 +54,8 @@ Start and stop the wiremocks and broker services with the below:

Then run the tests in RunAllAcceptanceTest.java via the CLI:

```bash
./gradlew test
```
**Run tests**

Or via the IDE

#### Run tests
```
npm test
```
Expand All @@ -69,6 +64,8 @@ npm test

If you want to run the Spec file in your IDE you need to pass `-r ./test` to cucumber-js

or via the IDE

## To release

`npm login`
Expand Down

0 comments on commit 0123b9d

Please sign in to comment.