Angular Jest Test RunnerThis extension adds the ability to run and debug Jest tests using the Angular CLI directly from test/spec files through codelenses. There are options for setting the path to both the project and ng executable, see further instructions in the settings. The extension will automatically activate when it detects an angular.json file in the workspace and will add codelenses to all files following this pattern ConfigurationCodelens settingsEnable CodelensEnables/disables the Codelens (inline commands in the test files)
Label for run test codelensAllows you to set the label for the run test codelens, supports octicons.
Label for debug test codelensAllows you to set the label for the debug test codelens, supports octicons.
Debug settingsProject PathIf your Angular project is not in the workspace root, please specify your absolute project path.
Angular CLI pathSpecify Angular CLI executable path, defaults to
IssuesIf you run into any issues, please feel free to report them here: https://github.com/janeriklysander/angular-jest-test-runner/issues |