| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
| Группа | Группаcom.nithind.automium |
| Идентификатор | Идентификаторautomium |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеautomium
Automium is a project framework built on top of selenium. This helps in easily modularizing your
automation test cases, easy mixing and merging of test flows. this also helps in generating good test report in
html (using google charts) and slack.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| automium-1.0.pom | |
| automium-1.0.jar | 23 KB |
| automium-1.0-sources.jar | 15 KB |
| automium-1.0-javadoc.jar | 124 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.nithind.automium/automium/ -->
<dependency>
<groupId>com.nithind.automium</groupId>
<artifactId>automium</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nithind.automium/automium/
implementation 'com.nithind.automium:automium:1.0'
// https://jarcasting.com/artifacts/com.nithind.automium/automium/
implementation ("com.nithind.automium:automium:1.0")
'com.nithind.automium:automium:jar:1.0'
<dependency org="com.nithind.automium" name="automium" rev="1.0">
<artifact name="automium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nithind.automium', module='automium', version='1.0')
)
libraryDependencies += "com.nithind.automium" % "automium" % "1.0"
[com.nithind.automium/automium "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.seleniumhq.selenium : selenium-java | jar | 2.53.1 |
| org.seleniumhq.selenium : selenium-firefox-driver | jar | 2.53.1 |
| org.apache.velocity : velocity | jar | 1.7 |
| org.apache.commons : commons-lang3 | jar | 3.0 |
| org.seleniumhq.selenium : selenium-chrome-driver | jar | 2.53.1 |
| org.apache.httpcomponents : httpclient | jar | 4.5.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |