Closed bklang closed 11 years ago
Two issues:
1) When the base filename is not specified, we use the YAML file as the file name. However, in this case, we need to strip off .yaml
.yaml
2) Right now the scenario is being generated as test_yaml.xml but runner is attempting to execute test.yaml.xml
test_yaml.xml
test.yaml.xml
Solving 1 will likely solve 2.
Two issues:
1) When the base filename is not specified, we use the YAML file as the file name. However, in this case, we need to strip off
.yaml
2) Right now the scenario is being generated as
test_yaml.xml
but runner is attempting to executetest.yaml.xml
Solving 1 will likely solve 2.