protractor

WebJar for protractor

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

protractor
Последняя версия

Последняя версия

6.0.0-beta
Дата

Дата

Тип

Тип

jar
Описание

Описание

protractor
WebJar for protractor
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/angular/protractor

Скачать protractor

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
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)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
6.0.0-beta
5.1.1
4.0.11
3.3.0
2.5.1
2.2.0
2.1.0