File tree
Expand file treeCollapse file tree1 file changed
+5
-0
lines changed Expand file treeCollapse file tree1 file changed
+5
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -128,6 +128,11 @@ CODEROAD_TUTORIAL_URL='path/to/tutorial_config_file.json' // will load directly
|
128 | 128 |
|
129 | 129 | ## [0.7.0]
|
130 | 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 | + |
131 | 136 | - Change for the test runner config. Changes are backwards compatible.
|
132 | 137 |
|
133 | 138 | 1. `testRunner.path`=> `testRunner.directory`
|
|
You can’t perform that action at this time.
0 commit comments