Skip to content

odedlevy02/node-integration-test-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-integration-test-sample

To build and execute this sample:

  1. cd to 'game-service' and run:
//install packages
npm i
//compile typescript
tsc
//run the project
node .
  1. Do the same for 'players-service'
  2. In the logs you will see a link to swagger. Open it and start testing the apis
  3. For running the tests in debug mode just (in VSCODE) just open 'RUN AND DEBUG' and select 'player-serve-tests' and run them

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published