Skip to content

Commit 28bb1cf

Browse files
committed
Release 0.40.1
- Add requestInfo for PreReqJS execution Signed-off-by: Gopal S Akshintala <[email protected]>
1 parent 9f8fb41 commit 28bb1cf

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif::[]
1616
:pmtemplates: src/integrationTest/resources/pm-templates
1717
:imagesdir: docs/images
1818
:prewrap!:
19-
:revoman-version: 0.40.0
19+
:revoman-version: 0.40.1
2020

2121
'''
2222

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
* ************************************************************************************************
77
*/
88
const val GROUP_ID = "com.salesforce.revoman"
9-
const val VERSION = "0.40.0"
9+
const val VERSION = "0.40.1"
1010
const val ARTIFACT_ID = "revoman"
1111
const val STAGING_PROFILE_ID = "1ea0a23e61ba7d"

js/package-lock.json

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/kotlin/com/salesforce/revoman/ReVoman.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ object ReVoman {
9595
logger.info { "***** Executing Step: $step *****" }
9696
val itemWithRegex = step.rawPMStep
9797
pm.info = Info(step.name)
98-
val stepReport = StepReport(step)
98+
val stepReport = StepReport(step, Right(TxnInfo(httpMsg = itemWithRegex.request.toHttpRequest())))
9999
val rundown = Rundown(stepReports + stepReport, kick.haltOnFailureOfTypeExcept())
100100
pm.currentStepReport = stepReport
101101
pm.rundown = rundown

0 commit comments

Comments
 (0)