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
I'm working on a project now that has some testing behavior managed by environment variables, and it would be nice to be able to manage this as state through the transient menu.
Thanks!
The text was updated successfully, but these errors were encountered:
some testing behavior managed by environment variables
Are these ExUnit flags or application specific?
We already have some flags under different level[1], so transient won't show them by default. I am ok adding it under a higher level (5 or higher perhaps)
Further - I see (and it makes sense) that we have different mix commands for testing and debugging... But I would like to be able to apply dynamically those ENV variables to both without having to change two variables.
Hi, thanks for this package!
I'm working on a project now that has some testing behavior managed by environment variables, and it would be nice to be able to manage this as state through the transient menu.
Thanks!
The text was updated successfully, but these errors were encountered: