Open rhwy opened 5 years ago
get list of test sequences here https://github.com/GhostWording/gw-config-apis/blob/master/data/bot/apps/surveypony/surveyponyMasterAllTests.json
create unit tests for all the needed use case in the same format than
{
"GroupName":"VerifyConditions",
"SequenceFiles" : [
{ "order": 1210, "file":[
"/data/bot/sequences/experiments/rui/ShouldSetAUserPropertyCorrectly1.json"]},
{ "order": 1220, "file":[
"/data/bot/sequences/experiments/rui/ShouldExecuteThisIfPropertyWasSetToYes.json"]},
{ "order": 1220, "file":[
"/data/bot/sequences/experiments/rui/ShouldExecuteThisIfPropertyWasSetToNo.json"]},
{ "order": 1230, "file":[
"/data/bot/sequences/experiments/rui/ThisIsTheLastSequenceOfTheConversation.json"]}
]
},
conditional selection of sequence is not working actually