fix(testing): Fixed Cloudly testing setup and dependencies

This commit is contained in:
2024-11-06 03:56:46 +01:00
parent da0dddcceb
commit 15ea5adec6
9 changed files with 505 additions and 192 deletions

View File

@@ -73,6 +73,7 @@ tap.test('should upload an image version', async () => {
tap.test('should stop the apiclient', async (toolsArg) => {
await toolsArg.delayFor(10000);
await helpers.stopCloudly();
await testClient.stop();
await testCloudly.stop();
})