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-slack-reporter
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-slack-reporter

How to add to project

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

Dependencies

runtime (4)

Group / Artifact Type Version
com.github.iskrenyp : core-api jar 1.0.4
com.ullink.slack : simpleslackapi jar 1.2.0
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
1.0.2