Strest – Flexible REST Tests in YAML
github.com
Strest – Flexible REST Tests in YAML
1–10 of 10 posts
Re: Strest – Flexible REST Tests in YAML
#2Re: Strest – Flexible REST Tests in YAML
#3The Russian doll model might allow someone to plug that in pretty easily.
Re: Strest – Flexible REST Tests in YAML
#4UnRAVL is neat because writing test scripts in JSON makes it easy to include a formatted request body. The drawback is that variable substitutions only support strings due to the limitations imposed by JSON.
Re: Strest – Flexible REST Tests in YAML
#5(I used to work at Postman)
[1]: https://www.getpostman.com [2]: https://github.com/postmanlabs/newman
Re: Strest – Flexible REST Tests in YAML
#6Re: Strest – Flexible REST Tests in YAML
#7Re: Strest – Flexible REST Tests in YAML
#8Also check out Artillery: https://github.com/shoreditch-ops/artillery
Re: Strest – Flexible REST Tests in YAML
#9Postman Collections do the same thing, and are more flexible. They support authentication tokens, and you can even write your own JS scripts if you need more advanced validations. You can use those in the desktop app [1], or there's a CLI, Newman[2]. (I used to work at Postman) [1]: https://www.getpostman.com [2]: https://github.com/postmanlabs/newman