Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yauhenipo/elements_test_framework
- Owner: YauheniPo
- Created: 2019-03-21T19:18:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T16:34:12.000Z (about 3 years ago)
- Last Synced: 2024-10-28T11:27:37.389Z (3 months ago)
- Language: Java
- Homepage: https://dev.azure.com/YauheniPo/WebTestFramework/_build/results?buildId=505
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 123
-
Metadata Files:
- Readme: README.md
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=falsejava -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")