Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 252 Bytes

File metadata and controls

13 lines (10 loc) · 252 Bytes

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