<dependency>
<groupId>net.tangly</groupId>
<artifactId>commons</artifactId>
<version>0.2.8</version>
</dependency>
Readme
Purpose
A behavior-driven development library that provides a custom extension based on the JUnit 5 Jupiter Extension Model. This library can be used to create and run stories and behaviors as BDD specification tests.
The library is a developer-first approach. Developers write acceptance tests to validate the functions they have implemented. The generated report provides a living documentation of the features and allows customers to validate the acceptance criteria.
The library is compact and integrated with JUnit 5 without disrupting TDD approaches and continuous integration pipelines.
Download and Documentation
The library can be included in Maven as
The library can be included in Gradle as
implementation "net.tangly:commons:0.2.8"
The documentation can be found under Commons documentation.
For any further questions, you can use the forum tangly-Discussions.