Test Explorer UI... provides an extensible user interface for running your tests in VS Code
Resharper supports Jasmine, QUnit, #PhantomJS, #chutzpah
Contents
Protractor[edit | edit source]
Use protractor to write and run end-to-end (e2e) tests. End-to-end tests explore the application as users experience it. In e2e testing, one process runs the real application and a second process runs protractor tests that simulate user behavior and assert that the application responds in the browser as expected.
PhantomJS[edit | edit source]
Было бы не слишком экономно запускать браузеры целиком во время прогона тестов, это приводит к излишнему расходу памяти и ресурсов процессора. PhantomJS позволяет запустить headless версию WebKit
chutzpah[edit | edit source]
Run JavaScript unit tests from inside of Visual Studio
Debugging[edit | edit source]
Debugging Karma tests with VSCode
not in Resharper: To debug JS in Chrome, it's better to use files from file system but not web-server in this manner. Unfortunately, this feature is not available in 2016.3.