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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,3 +125,28 @@ CODEROAD_TUTORIAL_URL='path/to/tutorial_config_file.json' // will load directly
125
125
## [0.6.1]
126
126
127
127
- Replace checkboxes with icons
128
+
129
+
## [0.7.0]
130
+
131
+
- Change for the test runner config. Changes are backwards compatible.
132
+
133
+
1. `testRunner.path`=> `testRunner.directory`
134
+
2. `testRunner.actions` => `testRunner.setup`
135
+
3. Change command to capture `args` for "TAP" support, and test "filter"ing support. These changes will help lead to specific test suite presets in the future.