I know we can call one scenario into other with syntax
* def ret = call read('fileName.feature@scenarioName')
This is fine, but if i wish to call other scenario from same feature file, it doesn't makes sense to pass file name. I would like some relative path like feature to avoid maintenance if someone renames file.
So my question - is it possible to call other scenario in same feature file without mentioning feature file name?