When I run cucumber with the -p android profile, I get the error message "superclass mismatch for class MainPage (TypeError)" For some reason it is also loading my iphone pages as well as the android ones and causing a conflict with the page objects. Can I not use the cucumber runner?
When I run cucumber with the -p android profile, I get the error message
"superclass mismatch for class MainPage (TypeError)"
For some reason it is also loading my iphone pages as well as the android ones and causing a conflict with the page objects.
Can I not use the cucumber runner?