prashant-ramcharan / courgette-jvm

Multiprocess | Parallel Cucumber-JVM | Parallelize your Java Cucumber tests on a feature level or on a scenario level.
MIT License
130 stars 38 forks source link

can we use courgette-jvm library to run rest assured api test in parallel #327

Closed LearningPur closed 2 years ago

LearningPur commented 2 years ago

Hi @prashant-ramcharan if you remember we are using your library for all out platform Web, Android and iOS automation and it works like a charm.

We want to integrate your library with our Rest Assured api test with parallel execution, is it possible ?

Thanks

prashant-ramcharan commented 2 years ago

Hello,

Yes, it is possible.

The general rule is that if your Cucumber tests can pass independently. (i.e. theres not shard state / dependencies between tests) then you will be able run the tests in parallel with Courgette.

LearningPur commented 2 years ago

Thanks @prashant-ramcharan I will give it a try and let you know.

Thanks for capturing automation market for all platform not only Browser based but also Android, iOS apps and API test as well.

Kudos to your all hard work and giving this awesome library to the community

Appreciated