| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки Maven Компиляция и сборка Сеть |
| Группа | Группаnet.thucydides.maven.plugins |
| Идентификатор | Идентификаторthucydides-maven-integration-tests |
| Последняя версия | Последняя версия0.1.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThucydides maven plugin integrationtests
An Acceptance Testing framework for web applications
based on WebDriver, and integrating with JUnit and net.thucydides.easyb.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/net.thucydides.maven.plugins/thucydides-maven-integration-tests/ -->
<dependency>
<groupId>net.thucydides.maven.plugins</groupId>
<artifactId>thucydides-maven-integration-tests</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.thucydides.maven.plugins/thucydides-maven-integration-tests/
implementation 'net.thucydides.maven.plugins:thucydides-maven-integration-tests:0.1.6'
// https://jarcasting.com/artifacts/net.thucydides.maven.plugins/thucydides-maven-integration-tests/
implementation ("net.thucydides.maven.plugins:thucydides-maven-integration-tests:0.1.6")
'net.thucydides.maven.plugins:thucydides-maven-integration-tests:jar:0.1.6'
<dependency org="net.thucydides.maven.plugins" name="thucydides-maven-integration-tests" rev="0.1.6">
<artifact name="thucydides-maven-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thucydides.maven.plugins', module='thucydides-maven-integration-tests', version='0.1.6')
)
libraryDependencies += "net.thucydides.maven.plugins" % "thucydides-maven-integration-tests" % "0.1.6"
[net.thucydides.maven.plugins/thucydides-maven-integration-tests "0.1.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.thucydides.maven.plugins : maven-thucydides-plugin | maven-plugin | 0.1.6 |
| junit : junit | jar | 4.8.2 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.1 |
| org.mockito : mockito-all | jar | 1.8.5 |
| org.slf4j : slf4j-simple | jar | 1.6.1 |