Skip to content

Integration tests for limpidchart services

License

Notifications You must be signed in to change notification settings

limpidchart/lc-integration-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lc-integration-testing

Integration tests for limpidchart services.

To run tests locally you must start services. You can start develop or stable release using docker compose.

Do the following to start the develop release:

docker compose --file compose/develop/docker-compose.yml pull
docker compose --file compose/develop/docker-compose.yml up -d

Do the following to start the stable release:

docker compose --file compose/stable/docker-compose.yml pull
docker compose --file compose/stable/docker-compose.yml up -d

Then you can run the tests:

go test -v ./internal/integration/...

Don't forget to clean up after running tests:

docker compose --file compose/develop/docker-compose.yml down --remove-orphans
docker compose --file compose/stable/docker-compose.yml down --remove-orphans

About

Integration tests for limpidchart services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published