Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epadronu/balin-cucumber-testng-allure
This is a template that integrates Cucumber, TestNg, and Allure with Balin.
https://github.com/epadronu/balin-cucumber-testng-allure
allure balin cucumber kotlin selenium-webdriver testng
Last synced: about 2 months ago
JSON representation
This is a template that integrates Cucumber, TestNg, and Allure with Balin.
- Host: GitHub
- URL: https://github.com/epadronu/balin-cucumber-testng-allure
- Owner: EPadronU
- Created: 2019-05-22T23:25:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T20:47:30.000Z (about 1 year ago)
- Last Synced: 2023-11-19T21:43:15.514Z (about 1 year ago)
- Topics: allure, balin, cucumber, kotlin, selenium-webdriver, testng
- Language: Kotlin
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)
# What's this repository about
This is a template for Balin, the browser-automation library written in Kotlin.
It integrates Cucumber, TestNg, and Allure with Balin.## Status: [Abandonware](https://en.wikipedia.org/wiki/Abandonware)❗
Just as [Balin](https://github.com/EPadronU/balin) has become abandonware at
this point, so this template.Since I wrote Balin a couple of years ago, I have not had the opportunity to
work under Kotlin's umbrella, much less use Balin itself. Thus, time has passed
and the library has gotten dust, cobwebs and the like. Be aware of the fact the
dependencies are already quite outdated and it's quite probable I'm not gonna be
around updating dependencies or fixing unit tests. You're more than welcome to
peek around and even use Balin, but there's no garantes of this library
keeping up-to-date for modern developing/use. Heck, even bintray doesn't exist
anymore at this point.## Do you want to know more about Balin?
You can find more at the [project's official repository](https://github.com/EPadronU/balin).
## Do you want to demo the template?
You only need to invoke the gradle wrapper as follows:
```bash
env THREAD_COUNT=2 BROWSER=Firefox ./gradlew clean test allureReport allureServe
```## License
Like Kotlin and Balin, this template is released under version 2.0 of the
[Apache License](LICENSE.md).