fix(tests): Refactored test setup for consistency and isolated config initialization.

This commit is contained in:
2024-11-06 16:53:21 +01:00
parent 899e5b0a7d
commit 28cd6d1b49
5 changed files with 41 additions and 34 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-11-06 - 4.3.7 - fix(tests)
Refactored test setup for consistency and isolated config initialization.
- test/helpers/cloudlyfactory.ts: Test configuration setup was refactored to ensure consistent initialization of cloudly configuration across tests.
- test/test.apiclient.ts: Updated cloudlyApiClient test setup to use testCloudlyConfig for dynamic port allocation.
## 2024-11-06 - 4.3.6 - fix(test)
Enhance test helpers with dynamic Hetzner token retrieval.