Gauge Specification Parser

This is a Library for parsing a Gauge Specification into a appropriate datastructure

License

License

Categories

Categories

Other General Purpose Libraries
GroupId

GroupId

de.klosebrothers
ArtifactId

ArtifactId

specparser
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Gauge Specification Parser
This is a Library for parsing a Gauge Specification into a appropriate datastructure
Project URL

Project URL

https://github.com/klosebrothers-de/SpecParser
Source Code Management

Source Code Management

https://github.com/klosebrothers-de/SpecParser/tree/master

Download specparser

How to add to project

<!-- https://jarcasting.com/artifacts/de.klosebrothers/specparser/ -->
<dependency>
    <groupId>de.klosebrothers</groupId>
    <artifactId>specparser</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.klosebrothers/specparser/
implementation 'de.klosebrothers:specparser:1.2'
// https://jarcasting.com/artifacts/de.klosebrothers/specparser/
implementation ("de.klosebrothers:specparser:1.2")
'de.klosebrothers:specparser:jar:1.2'
<dependency org="de.klosebrothers" name="specparser" rev="1.2">
  <artifact name="specparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.klosebrothers', module='specparser', version='1.2')
)
libraryDependencies += "de.klosebrothers" % "specparser" % "1.2"
[de.klosebrothers/specparser "1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
com.atlassian.commonmark : commonmark jar 0.13.1

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.10

test (3)

Group / Artifact Type Version
com.google.guava : guava jar 28.2-jre
org.junit.jupiter : junit-jupiter-engine jar 5.5.2
org.assertj : assertj-core jar 3.14.0

Project Modules

There are no modules declared in this project.

Maven Central

Gauge Specification Parser

This project Parses a Gauge specification into an appropriate data structure. This structure can then be modified and rendered back to a .spec file.

It supports:

  • Headings
  • Scenarios
  • Steps
  • Tags
  • Context Steps
  • Tear Down Steps
  • Comments

It doesn't support yet:

  • Tables
  • Parameters

Versions

Version
1.2
1.1.3
1.1.2
1.1.1
1.1
1.0.3
1.0.2
1.0.1
1.0
0.1