You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my test suite I need to have many dependency feature files inside a scenario.
In most of the cases I am calling feature files in a nested way, meaning I am creating 3 sub depending feature files and calling them in 2 of the dependency feature files and using those dependencies in my main test feature file.
But I have noticed that on calling these feature files in this nested way, performance is getting badly affected.
Is there any way to overcome this?
The text was updated successfully, but these errors were encountered:
In my test suite I need to have many dependency feature files inside a scenario.
In most of the cases I am calling feature files in a nested way, meaning I am creating 3 sub depending feature files and calling them in 2 of the dependency feature files and using those dependencies in my main test feature file.
But I have noticed that on calling these feature files in this nested way, performance is getting badly affected.
Is there any way to overcome this?
The text was updated successfully, but these errors were encountered: