Skip to content

tarunwalia/org.sample.graphwalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.