You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When developing data-api I want to be able to create and run integration tests of the app so that I can check how it's working together with postgres and hasura.
Acceptance
There is a docker-compose environment with the necessary cervices
There is ci running tests and publishing to a Docker repository
Tasks
Local developer docker-compose
add services to docker-compose
postres (latest official postgres image)
hasura (custom image with adding sample data)
write a basic smoke test checking the system parts are working
Find the framework to use (Supertest remains the default for node http server tests ...)
Epic here #1
When developing data-api I want to be able to create and run integration tests of the app so that I can check how it's working together with postgres and hasura.
Acceptance
Tasks
Local developer docker-compose
CI
FROM nodejs ...+ copy files)Inbox