protractor

WebJar for protractor

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

protractor
Last Version

Last Version

6.0.0-beta
Release Date

Release Date

Type

Type

jar
Description

Description

protractor
WebJar for protractor
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/angular/protractor

Download protractor

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/protractor/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>protractor</artifactId>
    <version>6.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/protractor/
implementation 'org.webjars.npm:protractor:6.0.0-beta'
// https://jarcasting.com/artifacts/org.webjars.npm/protractor/
implementation ("org.webjars.npm:protractor:6.0.0-beta")
'org.webjars.npm:protractor:jar:6.0.0-beta'
<dependency org="org.webjars.npm" name="protractor" rev="6.0.0-beta">
  <artifact name="protractor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='protractor', version='6.0.0-beta')
)
libraryDependencies += "org.webjars.npm" % "protractor" % "6.0.0-beta"
[org.webjars.npm/protractor "6.0.0-beta"]

Dependencies

compile (11)

Group / Artifact Type Version
org.webjars.npm : chalk jar [1.1.3,2)
org.webjars.npm » webdriver-js-extender jar [2.1.0]
org.webjars.npm : optimist jar [0.6.0,0.7)
org.webjars.npm : webdriver-manager jar [13.0.0-beta]
org.webjars.npm : glob jar [7.0.3,8)
org.webjars.npm : saucelabs jar [1.5.0,2)
org.webjars.npm : selenium-webdriver jar [4.0.0-alpha.1,5)
org.webjars.npm : blocking-proxy jar [1.0.0,2)
org.webjars.npm : jasmine jar [3.3.1,4)
org.webjars.npm : source-map-support jar [0.4.0,0.5)
org.webjars.npm : browserstack jar [1.5.1,2)

Project Modules

There are no modules declared in this project.

Protractor Build Status CircleCI Status Join the chat at https://gitter.im/angular/protractor

Protractor is an end-to-end test framework for Angular and 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.

Compatibility

Protractor 5 is compatible with Nodejs v6 and v8 only.

Protractor 6 has been deprecated.

Protractor 7 is compatible with Nodejs v10, v12, and newer.

Protractor works with AngularJS versions greater than 1.0.6/1.1.4, and is compatible with Angular applications. Note that for Angular apps, the binding and model locators are not supported. We recommend using by.css.

Getting Started

See the Protractor Website for most documentation.

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), the Gitter chat room, or in the Angular discussion group. (Please do not ask support questions here on Github.)

For Contributors

See DEVELOPER.md

org.webjars.npm

Angular

Versions

Version
6.0.0-beta
5.1.1
4.0.11
3.3.0
2.5.1
2.2.0
2.1.0