GhostWording / gw-config-apis

this repo contains static json that can live through apis with github management only
0 stars 7 forks source link

[bot-all] verify conditions for sequences #45

Open rhwy opened 5 years ago

rhwy commented 5 years ago

conditional selection of sequence is not working actually

rhwy commented 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"]}
          ]
  },