Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.56 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.56 KB

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.