masmovil / cucumber-testcafe

Cucumber with testcafe integration
MIT License
6 stars 4 forks source link

Duplicate Step Definition #6

Closed jesusvallez closed 5 years ago

jesusvallez commented 5 years ago

When you try to overwrite a step definition, cucumber does not know which step is the right one

image

That is a problem because first one is implementing BasePO and last one ThorBasePO

anthanh commented 5 years ago

We should not have duplicated steps definition as long they have different behavior.