Spock Framework local annotation driven extensions

A simple annotation driven local extension for Spock framework, which enables you to screen record your Specifications

License

License

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

com.github.iskrenyp
ArtifactId

ArtifactId

spock-db-repo
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

pom
Description

Description

Spock Framework local annotation driven extensions
A simple annotation driven local extension for Spock framework, which enables you to screen record your Specifications
Project URL

Project URL

https://github.com/iskrenyp/spock-goodies
Project Organization

Project Organization

com.github.iskrenyp
Source Code Management

Source Code Management

https://github.com/iskrenyp/spock-goodies

Download spock-db-repo

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.iskrenyp/spock-db-repo/ -->
<dependency>
    <groupId>com.github.iskrenyp</groupId>
    <artifactId>spock-db-repo</artifactId>
    <version>1.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.iskrenyp/spock-db-repo/
implementation 'com.github.iskrenyp:spock-db-repo:1.0.4'
// https://jarcasting.com/artifacts/com.github.iskrenyp/spock-db-repo/
implementation ("com.github.iskrenyp:spock-db-repo:1.0.4")
'com.github.iskrenyp:spock-db-repo:pom:1.0.4'
<dependency org="com.github.iskrenyp" name="spock-db-repo" rev="1.0.4">
  <artifact name="spock-db-repo" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.iskrenyp', module='spock-db-repo', version='1.0.4')
)
libraryDependencies += "com.github.iskrenyp" % "spock-db-repo" % "1.0.4"
[com.github.iskrenyp/spock-db-repo "1.0.4"]

Dependencies

runtime (4)

Group / Artifact Type Version
com.github.iskrenyp : core-api jar 1.0.4
net.sf.oval : oval jar 1.90
org.slf4j : slf4j-api jar 1.7.30
org.slf4j : slf4j-simple jar 1.7.30

Project Modules

There are no modules declared in this project.

spock-goodies

Spock-goodies is a small collection with simple groovy libraries trying to leverage the almighty Spock Framework by providing easy to use annotation driven local extensions for several activities, supporting the testing process: reporting to slack, sql database interactions, test execution video recordings.

Versions

Version
1.0.4
1.0.3