Jasmine Test Adapter
Features
- Automatically update test list when any .js or .jstest file is updated
- Automatically executes tests when any .js or .jstest file is if "Run tests after build" is selected in the Visual Studio Test Explorer
- Marks .jstest files as JavaScript to enable intellisense/syntax highlighting
Installation
- Install from Visual Studio Gallery
Usage
- Create a .jstest file in any Visual Studio project
- Include any additional .js files using Node's require()
- Create tests using describe/it/expect; see Jasmine website for full details
Known Issues / Limitations
- Issue #1 Currently all tests will always be executed, even if you select a subset of tests
- Issue #2 Currently all tests must finish executing before results are displayed
Feedback
Please send your feedback/issues/feature requests! :-)