Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Protractor Test RunnerNew to Visual Studio Code? Get it now.
Protractor Test Runner

Protractor Test Runner

Preview

luciannaie

|
19,646 installs
| (0) | Free
Enables you to right-click on a .ts file and test it with Protractor. It requires to have Protractor installed.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Protractor Test Runner

Description

Protractor Test Runner is a VS Code extension which enables you to right-click on a .ts file and test it with Protractor.

It assumes you have Protractor installed (http://www.protractortest.org) and this extension is ran in context of a project that has protractor test files. It can be tested with "Angular 2 Starter kit" (https://github.com/AngularClass/angular2-webpack-starter).

Usage

Run Protractor Test(s)

  • In VS Code project explorer, right click on a .ts file and choose option Protractor: Run test(s).
  • Press F1 and select the command with title: Protractor: Run test(s). This will run Protractor on selected typescript file.

Show Protractor Runner Log

  • Press Ctrl+F1 or Cmd+F1 (on Mac) to show the Protractor Runner Log.
  • Press F1 and select the command with title: Protractor: Show runner log.

Installation

Press Ctrl+P and enter command ext install protractor-test-runner.

Issues / Feature requests

You can submit your issues and feature requests on GitHub issues page.

GitHub license

Credits

It contains code from https://github.com/bbenoist/vscode-shell.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft