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