Fork me on GitHub
#clojure
<
2023-01-01
>
Jacob Rosenzweig05:01:25

Anyone here use something like https://github.com/amperity/greenlightto write integration tests? I'm needing a solution for testing the "side-effect heavy" code in my app? (i.e. REST routes).

2
2
igrishaev12:01:20

You don't need any framework for this, juts some bits of utility code. Bootstrap docker-compose with the database, message queue, cache, etc, then correct the settings such that they point on localhost. Then run your tests.