Open GoogleCodeExporter opened 9 years ago
REST Assured has not been designed for parallel testing unfortunately. The best
way to make it work in parallel would be to make everything immutable. And the
API's have been designed to allow this (since is why the configuration can be a
bit quirky for example). But under the covers REST Assured mutates state
internally which is a big problem for parallel tests. Perhaps I should have
written it in Clojure instead of Groovy :)
Original comment by johan.ha...@gmail.com
on 30 Dec 2014 at 9:07
Thanks for the feedback Johan!
That's unfortunate but looks like we'll have to live with it.
Cheers
Original comment by eskato...@gmail.com
on 8 Jan 2015 at 7:47
Original issue reported on code.google.com by
eskato...@gmail.com
on 15 Dec 2014 at 9:43