Extending content types in strapi

I’m trying to make strapi run in my test environment. However, I’m finding it hard to replicate the that relationships that I had setup from the admin panel and carry them to my test environment. So this is what happens in my test environment. Whenever I run the tests, it creates an instance of strapi and destroys it immediately after completing the tests. The challenge I’ve encountered is establishing relationships in my test environment using the API. It is a pain creating these relationships. I’m using supertest, strapi v4 and jest. Any help is welcome. Thank you

This topic has been created from a Discord post (1262437953465225236) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

config-sync allows us to to dump and load strapi configs