Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 381 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 381 Bytes

Follow the below steps to execute the graphwalker-selenium project:

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