Skip to content

Commit

Permalink
made changes in the CONTIBUTING.md file for ports information
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashRaj20 committed Jun 9, 2022
1 parent 643d706 commit 7e44605
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@ To open the cypress management windows to debug tests run:
cd apps/web && npm run cypress:open
```

#### Different ports used by the services the projects spins up

- 3000 - API

- 3002 - WebSocket service

- 4200 - Web Management UI

- 4500 - Iframe embed for notification center

#### Testing providers
To run tests against the providers folder you can use the "npm run test:providers" command.

Expand Down

0 comments on commit 7e44605

Please sign in to comment.