how to run existing restassured tests with gatling?

239 views Asked by At

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!

1

There are 1 answers

0
Stéphane LANDELLE On

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.