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
Initial investigation by @bcdickinson. Rough idea:
Declare context in a Python file, as opposed to YAML
Inspired by Storybook’s use of JS for variants, which is much more flexible than YAML, and Django unit tests being better with factories rather than fixtures.
Much bigger bit of work than other things we’ve considered during this rock – a good outcome for the rock would be to design an interface for this.