Skip to content

Latest commit

 

History

History

test-framework-testng-selenium-demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

test framework based on testng and selenium

  • page factory mode
  • download chromedriver
  • change constant if needed

dir

  • pages: src/main/java/com.fast.pages
  • tests: src/test/java/com.fast.baidu

how to run test

  • cd
  • mvn clean test