Reputation: 576
I'm trying to implement gatling performance tests as a part of my project. I have existing test-cases written in RestAssured with Java and maven as a build tool. Can I re-use those and hook with Gatling. I checked the reference https://abstracta.us/blog/performance-testing/tutorial-use-gatling-maven/ - but mostly it tells me to write new tests for Gatling.
Thanks!
Upvotes: 0
Views: 351
Reputation: 6623
No, it's not possible atm.
And the blog post you mentioned is definitely not the reference. The reference is the official documentation and the Gatling Academy.
Upvotes: 1