Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yauhenipo/elements_test_framework

A test framework that uses a custom annotation to define a locator for an element
https://github.com/yauhenipo/elements_test_framework

Last synced: about 1 month ago
JSON representation

A test framework that uses a custom annotation to define a locator for an element

Awesome Lists containing this project

README

        

[![Build Status](https://dev.azure.com/YauheniPo/WebTestFramework/_apis/build/status/YauheniPo.Elements_Test_Framework?branchName=master)](https://dev.azure.com/YauheniPo/WebTestFramework/_build/latest?definitionId=5&branchName=master)

# Test_Framework_Elements

mvn clean package

mvn clean -DskipTests=true package
mvn clean install -DskipTests=true -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false

java -jar target\elements_test_framework-1.0-shaded.jar --xml testng.xml

java -jar target\elements_test_framework-1.0-shaded.jar --cl TestWatchCoMainPage --pr=name=JAR

java -jar target\elements_test_framework-1.0-shaded.jar --xml target\testngQueue.xml

@CommandLine.Option(names = {"--xml"}, description = "TestNG xml")
@CommandLine.Option(names = {"--cl"}, description = "TestNG Classes")
@CommandLine.Option(names = {"--gr"}, description = "TestNG Groups")
@CommandLine.Option(names = {"--pack"}, description = "TestNG Packages")
@CommandLine.Option(names = {"--pr"}, description = "TestNG Parameters")