Hi we have scenarios that calls other scenario in same feature file
* call read('ShopCheckoutTest.feature@name=payment')
but sometimes developer renames the test and don't work
can we call scenario in same file? for example:
* call read('@name=payment')
Thanks for help