https://github.com/mokkapps/jasmine-test-selector
Visual code extension to list and select jasmine tests
https://github.com/mokkapps/jasmine-test-selector
describe it jasmine jasmine-tests test testing unit-test unit-testing vscode vscode-extension
Last synced: 2 months ago
JSON representation
Visual code extension to list and select jasmine tests
- Host: GitHub
- URL: https://github.com/mokkapps/jasmine-test-selector
- Owner: Mokkapps
- License: mit
- Created: 2018-05-09T21:20:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T08:12:21.000Z (almost 8 years ago)
- Last Synced: 2025-05-19T07:06:03.794Z (about 1 year ago)
- Topics: describe, it, jasmine, jasmine-tests, test, testing, unit-test, unit-testing, vscode, vscode-extension
- Language: TypeScript
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://marketplace.visualstudio.com/items?itemName=Mokkapps.jasmine-test-selector)
# VS Code Extension: Jasmine Test Selector
This VS code extension provides a way to list all available ```describe``` and ```
it``` functions in an editor window. Selecting one list entry moves the cursor to the line of this test function.
This extension was inspired by the [IntelliJ Plugin "ddescriber"](https://plugins.jetbrains.com/plugin/7233-ddescriber-for-jasmine)
## Visual Studio Code Marketplace
[Download the extension from the marketplace](https://marketplace.visualstudio.com/items?itemName=Mokkapps.jasmine-test-selector#overview)
## Usage
* Launch the Command Pallete (Ctrl + Shift + P or Cmd + Shift + P) and type "Jump to a jasmine test"
* Select a test from the input box
* The selected test should be highlighted in the editor