Skip to content

Latest commit

 

History

History

football-tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Integration tests

How to run:

  1. Add kafka bootstrap address to /etc/hosts:
127.0.0.1 kafka
127.0.0.1 postgres
127.0.0.1 connect
127.0.0.1 football-match
127.0.0.1 football-player
127.0.0.1 football-query
  1. Run integration tests:
cd football-tests
mvn test