Skip to content
Igor Gursky edited this page Sep 23, 2016 · 3 revisions

Cukes-REST supports external plugins to be added to your QA setup.

First, you have to create a class, that implements "CukesRestPlugin" interface, overriding Before and After execution stages. This was you can perfectly choose a stage to inject your custom code to.

Example:

Clone this wiki locally