request = {
    "feature" : "robot R1",
    "feature_desc" : "Robot R1 má na starosti kompletaci skládání Chassi. Robot postupně sbírá kostičky potřebené ke kompletaci.",
    "background" : "Given line is on and storage is not empty.",
    "text_raw" : "scenario When shuttle XY is in the station ZX, then robot R1 picks up cube one."
        "scenario as soon as robot R1 picks up cube one, then robot R1 place cube 1 to the shuttle at positon one."
	"scenario When robot R1 finished placing cube one, then robot R1 picks up cube two."
	"scenario As soon as robot R1 picks up cube two, robot R1 place cube two to the shuttle XY to the position two."
	"scenario When robot R1 finishes placing cube two, then robot R1 picks up cube 3."
	"scenario When robot R1 picks up cube 3, robot R1 place cube 3 to the shuttle XY to the position three."
	"scenario When robot R1 finishes placing cube 3, then robot R1 picks up cube 4."
	"scenario When robot R1 picks up cube 4, robot R1 place cube 3 to the shuttle XY to the position four."
	"scenario When robot R1 finishes placing cube 4, then robot R1 picks up cube 5."
	"scenario When robot R1 picks up cube 5, robot R1 place cube 3 to the shuttle XY to the position 5."
	"scenario When robot R1 finishes placing cube 5, then robot R1 picks up cube 6."
	"scenario When robot R1 picks up cube 6, robot R1 place cube 3 to the shuttle XY to the position 6.",
    "language" : "en"
}
