We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523d936 commit fde741bCopy full SHA for fde741b
CHANGELOG.md
@@ -128,6 +128,11 @@ CODEROAD_TUTORIAL_URL='path/to/tutorial_config_file.json' // will load directly
128
129
## [0.7.0]
130
131
+- Support loading subtasks (#340). Subtasks are a list of tests that need to pass before a task is complete. They can be loaded by:
132
+
133
+1. filtering down to a subset of tests by setting the `step.setup.filter` to a regex pattern that matches the tests you're targeting
134
+2. setting the `step.setup.subtasks` variable to true
135
136
- Change for the test runner config. Changes are backwards compatible.
137
138
1. `testRunner.path`=> `testRunner.directory`
0 commit comments