You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Node configuration generation as of today generates specific public methods for each variable, and these methods get them from System Environment. It makes it difficult to configure the services
✔️ Solution
Instead of generating specific methods, generate a Configuration Structure with all the variables. This way the Tests are able to construct the same structure with custom values.
The text was updated successfully, but these errors were encountered:
📚 Context
The Node configuration generation as of today generates specific public methods for each variable, and these methods get them from System Environment. It makes it difficult to configure the services
✔️ Solution
Instead of generating specific methods, generate a Configuration Structure with all the variables. This way the Tests are able to construct the same structure with custom values.
The text was updated successfully, but these errors were encountered: