So we get
it("tests.xml, function () {
it("test1", function () {
}
it("test2", function () {
}
}
Having a test factory that creates the tests for the elements in the xml
is much easier to maintain. I dont quite get how 'each individual “it”
test is specified from the source XML'.