1

I am quite new with cucumber and I try to find on the web if it is possible to Use cucumber java library without using feature file from cucumber

What I would like to do is to instantiate Java object with Step definition in it (GIVEN/WHEN/THEN) from a string that will store my gherkin test.

If any of you have already been in same position it will be great to discuss it

Thanks

PS: I could use the feature file but I will have to do little more dev to retrieve it and write it on the disk as Cucumber is on my XRay company server

1 Answer 1

0

AFAIK it's not something possible with Cucumber right now and even if possible it would require a non negligible amount of work.

Have you read this documentation on how to use Cucumber with XRay though?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.