Skip to content

Commit 07bcd7c

Browse files
maty21boneskull
authored andcommitted
add mocha side bar as extension for vs code [ci skip]
1 parent 9695be6 commit 07bcd7c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/index.md

+15
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,21 @@ By default, `mocha` looks for the glob `./test/*.js` and `./test/*.coffee`, so y
12301230

12311231
The following editor-related packages are available:
12321232

1233+
### Mocha SideBar (VS code)
1234+
1235+
[mocha sidebar](https://marketplace.visualstudio.com/items?itemName=maty.vscode-mocha-sidebar) Mocha side bar is the most complete extension in vs code
1236+
1237+
#### mocha side bar already supports this features
1238+
* [x] see all tests in vscode side bar menu
1239+
* [x] run tests for each level hierarchy from all tests to a single test(and each describer of course)
1240+
* [x] debug tests for each level hierarchy from all tests to a single test(and each describer of course)
1241+
* [x] auto run tests on file save
1242+
* [x] see tests results directly on the code
1243+
* [x] run/debug results directly from the code
1244+
1245+
![Demo showing mocha menu operation](https://raw.githubusercontent.com/maty21/mocha-sidebar/master/tutorial.gif)
1246+
1247+
12331248
### TextMate
12341249

12351250
The Mocha TextMate bundle includes snippets to make writing tests quicker and more enjoyable. To install the bundle, clone a copy of the [Mocha repo](https://github.com/mochajs/mocha), and run:

0 commit comments

Comments
 (0)