Class QaJGivenReporterMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- dev.aherscu.qa.jgiven.reporter.maven.plugin.AbstractQaJgivenReporterMojo
-
- dev.aherscu.qa.jgiven.reporter.maven.plugin.QaJGivenReporterMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="report", defaultPhase=VERIFY) public class QaJGivenReporterMojo extends AbstractQaJgivenReporterMojo
Generates JGiven report in QA format.
-
-
Field Summary
Fields Modifier and Type Field Description protected String
planDocumentId
The test document identifier in document control.protected String
planDocumentRev
The test document identifier in document control.protected String
productName
The product name.protected String
productVersion
The product version.protected String
specDocumentId
The test document identifier in document control.protected String
specDocumentRev
The test document identifier in document control.protected String
templateResource
protected String
testDocumentId
The test document identifier in document control.protected String
testDocumentRev
The test document identifier in document control.protected String
traceabilityDocumentId
The test document identifier in document control.protected String
traceabilityDocumentRev
The test document identifier in document control.-
Fields inherited from class dev.aherscu.qa.jgiven.reporter.maven.plugin.AbstractQaJgivenReporterMojo
datePattern, debug, outputDirectory, pdf, screenshotScale, skip, sourceDirectory
-
-
Constructor Summary
Constructors Constructor Description QaJGivenReporterMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Field Detail
-
templateResource
@Parameter(defaultValue="/qa-jgiven-reporter.html") protected String templateResource
-
productName
@Parameter(defaultValue="A Product") protected String productName
The product name.
-
productVersion
@Parameter(defaultValue="A Product Version") protected String productVersion
The product version.
-
testDocumentId
@Parameter(defaultValue="ttttt") protected String testDocumentId
The test document identifier in document control.
-
testDocumentRev
@Parameter(defaultValue="ttttt") protected String testDocumentRev
The test document identifier in document control.
-
specDocumentId
@Parameter(defaultValue="ttttt") protected String specDocumentId
The test document identifier in document control.
-
specDocumentRev
@Parameter(defaultValue="ttttt") protected String specDocumentRev
The test document identifier in document control.
-
planDocumentId
@Parameter(defaultValue="ttttt") protected String planDocumentId
The test document identifier in document control.
-
planDocumentRev
@Parameter(defaultValue="ttttt") protected String planDocumentRev
The test document identifier in document control.
-
traceabilityDocumentId
@Parameter(defaultValue="ttttt") protected String traceabilityDocumentId
The test document identifier in document control.
-
traceabilityDocumentRev
@Parameter(defaultValue="ttttt") protected String traceabilityDocumentRev
The test document identifier in document control.
-
-