Hi Team,
I want to use Cucumber framework with Selenium WebDriver+JAVA. This is for development of our automation framework. I automated many scenarios on FF browser. I want to run my tests on multiple browsers. I browsed through the net, couldn't get any concrete solution. Can some one please help me on its implementation.
Any help on this will be greatly appreciated.
Regards Eajaz
Hi Team,
I want to use Cucumber framework with Selenium WebDriver+JAVA. This is for development of our automation framework. I automated many scenarios on FF browser. I want to run my tests on multiple browsers. I browsed through the net, couldn't get any concrete solution. Can some one please help me on its implementation.
- src/main/java > Has all the page objects
- src/main/resources > Has nothing
- src/test/java > Has RunTests.java and TestRunner.java
- src/test/resources >Has my feature file.
Any help on this will be greatly appreciated.
Regards Eajaz
--