question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature] Integration Tests using docker-compose

See original GitHub issue

Hi there!

What you guys think of creating a real integration tests using docker-compose? We can easily attach as many databases we want and then run the tests in a live environment. I created a poc to show how it should work. On the terminal simply run docker-compose up to get the tests running.

The repository is here: https://github.com/gandarez/fluentmigrator/tree/feature/integration-tests

Screen Shot 2019-12-08 at 17 26 07

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:1
  • Comments:24 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
gandarezcommented, Dec 9, 2019

Let’s move this on! I haven’t seem any evolution on those issues/feature requests. I think using docker dind in Azure DevOps is definetely possible and since this is possible we can write our own tasks instead of using the predefined ones from the pipeline.

1reaction
jzabroskicommented, Dec 10, 2019

@gandarez Here is the link - it’s also in the readme: https://gitter.im/FluentMigrator/fluentmigrator

Gitter uses your github username so its easy to find me and Mark (@fubar-coder ) and @eloekset (the one who helped us set up AzureDevOps and get off TravisCI).

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Ultimate Guide to Integration Testing With Docker ...
The Ultimate Guide to Integration Testing With Docker-Compose and SQL ... The tests that I want to add are calling a node.js azure...
Read more >
How to Run Integration Tests Using Docker Compose and . ...
Learn how to quickly configure and run a production-ready integration test using .NET 5 containers with docker-compose and GitHub actions.
Read more >
Write Maintainable Integration Tests with Docker
All of these integration points require different layers of testing. Unit tests increase how fast you write code because you can mock all...
Read more >
Isolated end to end tests with docker-compose
I want to get a bit more in detail on the second point today. Recently I worked on a project which I debugged...
Read more >
Using Docker & Compose to Simplify Integration Testing
Testing can often be the bane of a developer's existence. How much is too much? Too little? At what point do you start...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found