Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include the vertical test stories and the fail whale #45

Open
antonfelich opened this issue Jul 18, 2017 · 3 comments
Open

Include the vertical test stories and the fail whale #45

antonfelich opened this issue Jul 18, 2017 · 3 comments

Comments

@antonfelich
Copy link

No description provided.

@humblelistener
Copy link
Collaborator

@antonfelich We attempted a way to do port and adapter pattern based integration testing approach.
In essence, swap all network outs to a mock (such as connections to db and other external api calls) and run the test.

So far we have docker containers that allows dev version of auth server, local dynamo db, allowing us to run integration testing.

It can be understood by taking a look at,
https://github.com/PageUpPeopleOrg/Integration.WorkCompliance/blob/master/.travis.yml#L38

and
https://github.com/PageUpPeopleOrg/Integration.WorkCompliance/blob/master/docker-compose.yml#L15-L29

Curious to understand your ideas and how we can evolve this capability.

@humblelistener
Copy link
Collaborator

This repo demonstrates how we can just pull dynamodb and identity server to run locally for integration testing
https://github.com/PageUpPeopleOrg/Integration.WorkCompliance/pull/26

@humblelistener
Copy link
Collaborator

@scottMcfarlane & @terencet, This repo begs for a pull request with integration testing capability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants