Running Unit and Integration Tests during Flyway Migrations

In this article I’ll give a practical example of developing a database, with Flyway, in such a way that it is automatically tested with whatever unit tests and integration tests you specify whenever you migrate the branch you’re working on to the next version. If a test fails, you can work out why, undo the migration and then try again.

The post Running Unit and Integration Tests during Flyway Migrations appeared first on SQLServerCentral.

Click here to read the article