Jasmine/Karma Specific File Runner READMEOr JSFR for short. This extension significantly reduces the amount of time spent waiting for your Angular tests to compile and run in cases where you only want to test a specific set of files. Below is a comparison between executing a single test file in a moderate-sized project using JSFR (top) and using fdescribe (bottom): FeaturesExecute tests in a Also possible through the file explorer: To all the tests from a given directory, simply right-click on the corresponding folder instead of a single file. RequirementsMust have VS Code version 1.76.0 or higher. Must have VS Code open in an angular project (contains an Must have the angular cli installed globally ( How does it work?The default configuration for testing with Angular/Karma has the compiler searching recursively for all LimitationsChanges made to the ReleasesSee the changelog. |