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
#273 implemented a feature to make some things configurable, which is great. The problem is that we need to do this in every test suite such that it works regardless of which one we execute (during development). It would be great if this could be done in a more global way; some brainstorming:
Configuration through environment variables (probably not the greatest)
Configuration through a config file
Custom template for the Ginkgo CLI (<- not preferred since I personally don't use it to create new suites anyway).
...?
The text was updated successfully, but these errors were encountered:
Totally understandable, just wanted to raise it for visibility. Thanks for the quick response!
Our solution for now is a shared setup function that we call from all suite definitions. It's not ideal since it relies on convention, but how the string comparisons are formatted is also not exactly a life-or-death thing.
#273 implemented a feature to make some things configurable, which is great. The problem is that we need to do this in every test suite such that it works regardless of which one we execute (during development). It would be great if this could be done in a more global way; some brainstorming:
The text was updated successfully, but these errors were encountered: