Web Project

A Full Stack Automation for Web, Mobile and Rest APIs

Лицензия

Лицензия

Группа

Группа

com.sdeting.utils
Идентификатор

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

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

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Web Project
A Full Stack Automation for Web, Mobile and Rest APIs

Скачать web

Имя Файла Размер
web-1.0.1.pom
web-1.0.1.jar 18 KB
web-1.0.1-sources.jar 8 KB
web-1.0.1-javadoc.jar 50 KB
Обзор

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

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.14.3
org.seleniumhq.selenium : selenium-java jar 3.141.59
org.seleniumhq.selenium : htmlunit-driver jar 2.33.3
io.appium : java-client jar 6.1.0
io.qameta.allure : allure-testng jar 2.8.1
ru.yandex.qatools.allure : allure-commandline jar 1.5.4
org.apache.commons : commons-email jar 1.5

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

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

Useful Test-Utils

This repo has some useful utilities that will help engineers especially SDETs to fulfil few operations.

Utilities:

removeConfigNodesFromTestNgResultsXML:

There are n number of config nodes like @BeforeMethod, @AfterMethod etc in a testng-results.xml file. A real time usefulness of this utility is, ALM treats every config node as a test case, so it is better to remove these config nodes before you upload the testng-results.xml to ALM. This will give accurate result of how many test cases failed and passed.

Usage:

TestUtils.removeConfigNodesFromTestNgResultsXML("path_to_your_input_testng-results.xml_file");

downloadZip:

This method will help to download a zip file from a remote location.

Usage:

TestUtils.downloadZip("remoteZipLocation","location_to_download/file.zip",1024);

unZipFolder:

This method will help to unzip a folder and extract all its contents

Usage:

TestUtils.unZipFolder("path to the zip folder");

My site:

https://sdeting.com/

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

Версия
1.0.1