Project scenario is like
- we have done so many new ui changes for the project.
- we want to update the test cases for all the components which has old ui test cases.
- since it has old ui cases all the components is failing at once, so we are not able to write and check unit testing for components simultaneously.
I am aware of fdescribe , fit , xdescribe and xit methods. if we use this mthods also we need to manually change in all components.
Is there any other way to achieve this. We want to run components in a specific folder alone. say folder name is formelemets.