rupeshmore / dakiya

Dakiya: converts Postman collections to load testing tool scripts
https://dakiya.now.sh
MIT License
36 stars 8 forks source link

null for Artillery #4

Open joszo opened 4 years ago

joszo commented 4 years ago

Is it still supported?

When I'm trying to convert to artillery this sample collection: https://github.com/Blazemeter/taurus/blob/master/examples/functional/postman-sample-collection.json

I'm getting null

rupeshmore commented 4 years ago

@joszo, In the example, the host is split into subdomain strings. Line 34-36 in the example. Whereas the tool was developed with url host as string. I suggest to pick another example to do the conversion, while I will open a new ticket to fix this issue.

joszo commented 4 years ago

@rupeshmore thanks for the answer:

I've changed the host for the "host": "test", and the file was created correctly.