I am facing an issue with running 2 different cucumber features.
After adding the following lines to my protractor.conf.js file:
specs: ['add.feature', 'delete.feature']
I encountered a problem when running the tests stating pattern add.feature,delete/feature did not match any files
Interestingly, I can run these features individually using specs:['add.feature']
Any pointers on what might be causing this issue would be greatly appreciated. Thank you!