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. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We need to properly specify how test configurations are stored in the flow.
There are two options:
tfor 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-suiteandtest-case. That would make it easy to create copies of existing test cases/suites.Thoughts?
All reactions