I'm using citrus framework integrated with cucumber for integration test (having different Cucumber feature files).
I have different HTTP rest services configured in citrus.
Could you please suggest me how I can execute the integration tests in parallel.
Integration tests are using those citrus services. I need to use some (context)variables to validate some test results for all scenarios defined in the Cucumber feature files.
Or could you please suggest me whether multithreading is supported by the citrus framework so that multiple cucumber scenarios can invoke a HTTP service at the same time.