Integrating DB Migrations Into Your MySQL Tests
Blog: Oracle BPM
By integrating MySQL database migrations into your testing process, you can not only ensure your testing database is up to date with the most recent changes, but you can also test that the migrations themselves are performing as expected. In this post we will walk you though how to incorporate migrations with Knex and run those migrations on your test database being run in Testcontainers.
Leave a Comment
You must be logged in to post a comment.