Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
E2E test framework for Angular apps
JavaScript HTML Other
Failed to load latest commit information.
bin feat(webdriver-manager): update download logic with streaming
debugging chore(lint): ran the Closure Linter all over our code
docs Update locators.md
example chore(example): update example protractor tests to work with updated …
lib chore(clientsidescripts): reduce code redundancy by allowing for help…
plugins fix(Chrome Accessibility Plugin) No error context
scripts feat(plugins): Changed and expanded the plugin API
spec chore(test): fix by.exactRepeater test
stress chore(lint): ran the Closure Linter all over our code
testapp fix(by.exactRepeater): should split by "="
website chore(website): parse markdown in docs
.gitattributes chore(eol): normalize all the line endings
.gitignore feat(console plugin): Removed .idea from git ignore file
.jshintrc chore(jshint): add jshint as a dev dependency and add config files
.npmignore chore(website): remove old docgen folder
.travis.yml chore(ci): set 'sudo: false' and reenable travis cache
CHANGELOG.md chore(changelog): fix version typo
CONTRIBUTING.md docs(contributing): clarify that PRs need LGTM
LICENSE chore(license): Update copyright year range
README.md doc(README): Provide help links
config.json chore(chromedrivier): Update chromedriver to 2.15
package.json chore(dependencies): update request to 2.57
release.md chore(release): Add steps for website.

README.md

Protractor Build Status

Protractor is an end-to-end test framework for AngularJS applications. Protractor is a Node.js program built on top of WebDriverJS. Protractor runs tests against your application running in a real browser, interacting with it as a user would.

Getting Started

The Protractor documentation for users is located in the protractor/docs folder.

To get set up and running quickly:

Once you are familiar with the tutorial, you’re ready to move on. To modify your environment, see the Protractor Setup docs. To start writing tests, see the Protractor Tests docs.

To better understand how Protractor works with the Selenium WebDriver and Selenium Server see the reference materials.

Getting Help

Check the Protractor FAQ and read through the Top 20 questions on StackOverflow.

Please ask usage and debugging questions on StackOverflow (use the "protractor" tag) or in the Angular discussion group. (Please do not ask support questions here on Github.)

For Contributors

Clone the github repository:

git clone https://github.com/angular/protractor.git
cd protractor
npm install

Start up a selenium server. By default, the tests expect the selenium server to be running at http://localhost:4444/wd/hub.

Protractor's test suite runs against the included test application. Start that up with

npm start

Then run the tests with

npm test
Something went wrong with that request. Please try again.