mojolingo / sippy_cup

Create SIP load test scenarios the easy way
http://mojolingo.github.io/sippy_cup
MIT License
219 stars 78 forks source link

Scenario generated with incorrect filename #21

Closed bklang closed 11 years ago

bklang commented 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

2) Right now the scenario is being generated as test_yaml.xml but runner is attempting to execute test.yaml.xml

Solving 1 will likely solve 2.