Replies: 1 comment 2 replies
-
Thank you for notifying me about this page. As I wrote at last week's slack meeting, I'm now working on a simple prototype implementation to confirm the design concept of flow-testing. As you suggest, I think an approach that splits this into two configuration nodes is also possible. |
Beta Was this translation helpful? Give feedback.
-
We need to properly specify how test configurations are stored in the flow.
There are two options:
t
for example) that contains all of the test configuration needed for that node/flow.Some parts of the developer experience that will by affected by this choice:
To begin with, it probably makes sense to use a config node. But should that be one per test-suite, one per test-case or one for everything?
"One for everything" becomes awkward when the user imports another flow that includes tests - we'd have to merge the config nodes somehow.
Having thought it through writing this, I think the right approach will be two config nodes:
test-suite
andtest-case
. That would make it easy to create copies of existing test cases/suites.Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions