Skip to content

Commit

Permalink
Updated journeys.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
snehaprathipat1 committed Jan 18, 2025
1 parent 95dcd8e commit 52d897c
Showing 1 changed file with 74 additions and 75 deletions.
149 changes: 74 additions & 75 deletions src/test/resources/journeys.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@

journeys {

## sendTradeAndCostInformationIntroductionPages = {
# description = "user completes vacant property, download reference number, not connected to property and no reference number"
# load = 2
# parts = [
# web-test-prep-for-6011,
# vacant-property-submission-6011
# Not-connected-to-property-submission-6011,
# No-reference-number,
# Download-pdf-version
# ]
# }
sendTradeAndCostInformationIntroductionPages = {
description = "user completes vacant property, download reference number, not connected to property and no reference number"
load = 2
parts = [
web-test-prep-for-6011,
vacant-property-submission-6011
Not-connected-to-property-submission-6011,
No-reference-number,
Download-pdf-version
]
}

sendTradeAndCostInformationFor6011 = {
description = "user submits 6011 form"
Expand All @@ -41,69 +41,69 @@ journeys {
]
}

# sendTradeAndCostInformationFor6010 = {
# description = "user submits 6010 form"
# load = 4
# parts = [
# web-test-prep-for-6010,
# About-property-6010,
# Trading-History-6010,
# Franchise-or-Lettings-6010,
# Lease-or-Agreement-6010,
# Additional-information-6010
# ]
# }
#
# sendTradeAndCostInformationFor6015 = {
# description = "user submits 6015 form"
# load = 4
# parts = [
# web-test-prep-for-6015,
# About-property-6015 ,
# Trading-History-6015,
# Franchise-or-Lettings-6015,
# Lease-or-Agreement-6015,
# Additional-information-6015
# ]
# }
#
# sendTradeAndCostInformationFor6016 = {
# description = "user submits 6016 form"
# load = 4
# parts = [
# web-test-prep-for-6016,
# About-property-6016,
# Trading-History-6016,
# Franchise-or-Lettings-6016,
# Lease-or-Agreement-6016,
# Additional-information-6016
# ]
#}
#
# sendTradeAndCostInformationFor6020 = {
# description = "user submits 6020 form"
# load = 4
# parts = [
# web-test-prep-for-6020,
# About-property-6020,
# Trading-History-6020,
# Franchise-or-Lettings-6020,
# Lease-or-Agreement-6020,
# Additional-information-6020
# ]
# }
# sendTradeAndCostInformationFor6030 = {
# description = "user submits 6030 form"
# load = 4
# parts = [
# web-test-prep-for-6030,
# About-property-6030,
# Trading-History-6030,
# Franchise-or-Lettings-6030,
# Lease-or-Agreement-6030,
# Additional-information-6030
# ]
# }
sendTradeAndCostInformationFor6010 = {
description = "user submits 6010 form"
load = 4
parts = [
web-test-prep-for-6010,
About-property-6010,
Trading-History-6010,
Franchise-or-Lettings-6010,
Lease-or-Agreement-6010,
Additional-information-6010
]
}

sendTradeAndCostInformationFor6015 = {
description = "user submits 6015 form"
load = 4
parts = [
web-test-prep-for-6015,
About-property-6015 ,
Trading-History-6015,
Franchise-or-Lettings-6015,
Lease-or-Agreement-6015,
Additional-information-6015
]
}

sendTradeAndCostInformationFor6016 = {
description = "user submits 6016 form"
load = 4
parts = [
web-test-prep-for-6016,
About-property-6016,
Trading-History-6016,
Franchise-or-Lettings-6016,
Lease-or-Agreement-6016,
Additional-information-6016
]
}

sendTradeAndCostInformationFor6020 = {
description = "user submits 6020 form"
load = 4
parts = [
web-test-prep-for-6020,
About-property-6020,
Trading-History-6020,
Franchise-or-Lettings-6020,
Lease-or-Agreement-6020,
Additional-information-6020
]
}
sendTradeAndCostInformationFor6030 = {
description = "user submits 6030 form"
load = 4
parts = [
web-test-prep-for-6030,
About-property-6030,
Trading-History-6030,
Franchise-or-Lettings-6030,
Lease-or-Agreement-6030,
Additional-information-6030
]
}
sendTradeAndCostInformationFor6076 = {
description = "user submits 6076 form"
load = 4
Expand All @@ -130,7 +130,6 @@ journeys {
]
}


}

#Default behaviour is to run all journeys. If that is not what you need you can specify the list of journeys to run
Expand Down

0 comments on commit 52d897c

Please sign in to comment.