Support to write cucumber BDD tests as well
Received few requests to add cucumber support in the existing framework. If you were waiting for the same then it is here.
- Support for data sharing between steps via pico container (eg in LoginSteps)
- Integrated testng with cucumber to leverage benefit of annotations
- Testng and BDD Tests are moved to testngTests and cucumberTests.features packages respectively.
- Added "Login on slideshare andorid app" scenario as example for BDD test
- Updated the ReadMe file to explain cucumber BDD framework