Follow the below steps to execute the graphwalker-selenium project:
- Build the project with maven: mvn clean install
- Generate sources: mvn graphwalker:generate-sources a) Interface with the name 'Sampletest_Amazon.java' should get generated inside 'target/generated-sources/graphwalker' package.
- Navigate to src/test/java: a) Execute the testcase with TestNG.