lundi 31 août 2020

Integration test with mysql, postgres & nodejs API

I need to run integration test that hits the MySQL, Postgres database, update & delete records in the DB, and a NodeJS API.

I'm not sure if Jest will be enough for this or if Supertest will be enough either. I want to run CRUD operations in the DB while testing. Are there recommendations for this or guides?

Aucun commentaire:

Enregistrer un commentaire