Feature request: record / save browsing as a config.json
icougil opened this issue ยท 7 comments
Hi team!
I just arrived to your application, and it looks fairly simple to use and at the same time, really powerful, so congratulations on your side! ๐๐
I was wondering, have you thought of a way to "record" a user's navigation in the config.json format ? It would be really super useful for example, to really automate behaviours on a website.
Another option could also be to use other existing tools and try to "transform" the data format of each tool to ddosify's own format. For example, you could start from a .har or .js file provided by Chrome (the former if you export your navigation via network, the latter if you record a session) or else use tools like Postman with its .json format.
Best regards,
Hi @icougil
Thanks for the nice words :)
We are planning 2 options to cover this requirement. The first one is importing the .har file to the Ddosify. The second one is importing the Postman collection.
Postman would be a better option since most of the developers already use it to test their APIs. But before starting this we have to finalize parametrization/correlation support which we are working on these days. So we can be compatible with Postman .json format.
Best,
๐ totally understandable.
I look forward to hearing more about this kind of features ๐
I think potentially you could also support .side
files (Selenium scenarious).
But it's more complex than just navigation.
@zhiburt This would be interesting feature. There are lots of Selenium users.
Another format the tool could support is a sitemap xml. It can help to find slow pages of your site.
Another format the tool could support is a sitemap xml. It can help to find slow pages of your site.
yep this would be super powerful!