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
What?
Following work in #2041, identified it would be useful to have some basic spec tests that cover workflow functionality
Why?
Catch regression issues
How?
Add .spec to scripts test in packages\scripts\src\commands\workflow to ensure workflow can be triggered with child workflows, and that all receive and evaluate options as expected
Other details
Whilst trying locally I've had quite a few issues getting the tests to run without executing commander.js commands (or passing additional args to them). Will likely require some extra refactoring on top of writing tests.
The text was updated successfully, but these errors were encountered:
What?
Following work in #2041, identified it would be useful to have some basic spec tests that cover workflow functionality
Why?
Catch regression issues
How?
Add .spec to scripts test in
packages\scripts\src\commands\workflow
to ensure workflow can be triggered with child workflows, and that all receive and evaluate options as expectedOther details
Whilst trying locally I've had quite a few issues getting the tests to run without executing commander.js commands (or passing additional args to them). Will likely require some extra refactoring on top of writing tests.
The text was updated successfully, but these errors were encountered: