Skip to content

Support to write cucumber BDD tests as well

Compare
Choose a tag to compare
@shankybnl shankybnl released this 29 Mar 13:05
· 43 commits to master since this release
228c544

Received few requests to add cucumber support in the existing framework. If you were waiting for the same then it is here.

  1. Support for data sharing between steps via pico container (eg in LoginSteps)
  2. Integrated testng with cucumber to leverage benefit of annotations
  3. Testng and BDD Tests are moved to testngTests and cucumberTests.features packages respectively.
  4. Added "Login on slideshare andorid app" scenario as example for BDD test
  5. Updated the ReadMe file to explain cucumber BDD framework