Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sskorol/test-data-supplier-gradle-example
A basic sample, which demonstrates test-data-supplier library usage
https://github.com/sskorol/test-data-supplier-gradle-example
allure2 dataprovider gradle java-8 qaa test-automation test-data-supplier testng
Last synced: 3 days ago
JSON representation
A basic sample, which demonstrates test-data-supplier library usage
- Host: GitHub
- URL: https://github.com/sskorol/test-data-supplier-gradle-example
- Owner: sskorol
- License: apache-2.0
- Created: 2017-07-03T18:58:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T12:23:32.000Z (almost 2 years ago)
- Last Synced: 2024-11-19T12:07:42.666Z (2 months ago)
- Topics: allure2, dataprovider, gradle, java-8, qaa, test-automation, test-data-supplier, testng
- Language: Java
- Homepage:
- Size: 4.67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Test Data Supplier Gradle Example
A basic example which demonstrates [test-data-supplier](https://github.com/sskorol/test-data-supplier) library usage.
```shell
git clone https://github.com/sskorol/test-data-supplier-gradle-example.git && cd test-data-supplier-gradle-example
./gradlew clean test
./gradlew downloadAllure
./gradlew allureServe
```