Uploads all artifacts belonging to configuration ':chorus-selenium:archives'

Chorus BDD Interpreter Selenium extension

Лицензия

Лицензия

MIT
Группа

Группа

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

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

chorus-selenium
Последняя версия

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

3.1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Uploads all artifacts belonging to configuration ':chorus-selenium:archives'
Chorus BDD Interpreter Selenium extension
Ссылка на сайт

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

http://www.chorus-bdd.org
Система контроля версий

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

http://github.com/Chorus-bdd/Chorus

Скачать chorus-selenium

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.chorusbdd : chorus jar 3.1.3
org.seleniumhq.selenium : selenium-firefox-driver jar 3.9.0
org.seleniumhq.selenium : selenium-chrome-driver jar 3.9.0
org.seleniumhq.selenium : selenium-support jar 3.9.0
log4j : log4j jar 1.2.16

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10

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

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

Build Status

Chorus is a BDD test interpreter with extra capabilities for testing distributed architectures

Chorus is a versatile BDD (Behaviour Driven Development) testing interpreter

Conventional BDD tools require you to provide step definitions locally. This is possible with Chorus too.

However, the Chorus interpreter also allows you to publish step definitions over the network from your components or microservices under test. When the interpreter runs it can connect to your components, find the step definitons and execute them.

Chorus supports both Java (JVM-based) and Javascript components (enabling a direct connection to test Web apps in the browser)

Chorus is ideal for integration testing systems with microservice-based architectures.

Getting Started:

See The Chorus Website for documentation

The Issue Tracking page, for issue tracking!

Chorus is available under the open source MIT license

Contacts:

org.chorusbdd

Chorus Behaviour Driven Development

Organisation owning the Chorus BDD test interpreter

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

Версия
3.1.3
3.1.2
3.1.0
3.0.0
3.0.0.RC2
3.0.0.RC1