@scion-scxml/test-framework
Version:
A set of SCXML tests, and an HTTP client test runner for testing against SCXML HTTP test servers.
26 lines (21 loc) • 483 B
JSON
{
"initialConfiguration" : ["a"],
"events" : [
{
"event" : { "name" : "t1" },
"nextConfiguration" : ["b1.2"]
},
{
"event" : { "name" : "t2" },
"nextConfiguration" : ["b1.3"]
},
{
"event" : { "name" : "t3" },
"nextConfiguration" : ["a"]
},
{
"event" : { "name" : "t1" },
"nextConfiguration" : ["b1.1"]
}
]
}