c

cucumblan-db

Cucumblan-db is a database test automation framework that supports Behavior Driven Development (BDD), allowing users to create feature using predefined step definition with low code. It works based on the Gherkin Domain Specific Language (DSL). This simple but powerful api framework while keeping it comprehensible to even non-technical(product owner, business analyst and domain experts) users.
https://www.cucumblan.io/
Apache License 2.0
Elan Thangamani
Files download
File Operation
cucumblan-db-1.4.1.jar download
cucumblan-db-1.4.1.pom download
cucumblan-db-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.virtualan</groupId>
  <artifactId>cucumblan-db</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'io.virtualan:cucumblan-db:1.4.1'
Gradle Kotlin
implementation("io.virtualan:cucumblan-db:1.4.1")
Scala SBT
libraryDependencies += "io.virtualan" % "cucumblan-db" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='io.virtualan', module='cucumblan-db', version='1.4.1')
)
Apache Ivy
<dependency org="io.virtualan" name="cucumblan-db" rev="1.4.1" />
Leiningen
[io.virtualan/cucumblan-db "1.4.1"]
Apache Buildr
'io.virtualan:cucumblan-db:jar:1.4.1'