Javascript – How to pass runtime test data to global.teardown.ts?
in fixtures.ts I perform some API calls that create objects in database and returns their ids. After all tests are done, I need clean the created objects in database. How do I pass the ids to global.teardown.ts? What I have…