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

GroupId

GroupId

com.github.iskrenyp
ArtifactId

ArtifactId

core-api
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 core-api

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

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
1.0.2
1.0.1