An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Visual Studio Marketplace](https://img.shields.io/vscode-marketplace/d/Mokkapps.jasmine-test-selector.svg)](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