This framework is implemented with Guice DI and Cucumber
Two types of reports are available at folowwing paths:
target/cucumber-html-reports
and
cucumber/cucumber-reports.html
Required:
openjdk 15.0.2 2021-01-19 OpenJDK Runtime Environment AdoptOpenJDK (build 15.0.2+7)
and maven pre-installed.
mvn clean install -DskipTests
mvn test
main.java.core.modules.CukeInjectorSource
- https://cucumber.io/docs/cucumber/state/
and
http://www.thinkcode.se/blog/2017/08/16/sharing-state-between-steps-in-cucumberjvm-using-guice - https://javadoc.io/doc/info.cukes/cucumber-guice/1.2.5/index.html
- https://stackoverflow.com/questions/12404434/configuring-cucumber-guice
Akash Chaudhary