Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.14 KB

getting-started.md

File metadata and controls

16 lines (9 loc) · 1.14 KB

Getting Started

To get started quickly, begin with the Tutorial which provides a step by step overview of how to install Protractor, create test files, set up config files, and run tests.

Protractor needs two files to run, the test or spec file, and the configuration file. For additional information, see Working with Spec and Config Files.

When writing tests, keep in mind that Protractor is a wrapper around WebDriverJS. You may want to skim through the WebDriverJS Users Guide before writing any tests.

The WebDriverJS API is based on promises. To learn more, check out The WebDriver Control Flow.

To learn how Protractor, Selenium Server, and Selenium WebDriver work together, take a look at How It Works.

Once you are familiar with Protractor, it is recommended that you start using Page Objects. For more information see Using Page Objects to Organize Tests.

For a complete list of the Protractor documentation, see the Table of Contents.