Skip to content

Latest commit

 

History

History

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Service Testing

Testing gRPC services as black boxes.

  1. Start the services you want to test with docker compose up --build <service>
  2. Run npm install
  3. Run npm test or npx ava --match='<pattern>' to match test names