thisisdude
thisisdude

Reputation: 576

how to run existing restassured tests with gatling?

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

Answers (1)

Stéphane LANDELLE
Stéphane LANDELLE

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

Related Questions