test-list-maker
This package displays a list of all the tests in the active spec file. It looks for the 'describe' and 'it' syntax to populate an interactive test list in a panel.
test-list-maker - Atom Package
This package displays a list of all the tests in the active spec file. It looks for the 'describe' and 'it' syntax to populate an interactive test list in a panel.
You can move to the relevent test by simply clicking the test title.
Todo
- Design right panel - [
close, heading, list, resizable] Auto-toggle on .spec fileParse file and make listPopulate panel with the list- Make the panel resizable
- Run individual test files
- Run individual test
- Show test result in the panel