Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 490 Bytes

File metadata and controls

13 lines (11 loc) · 490 Bytes

cucumber-java-web

###Framework: Selenium+Java+Cucumber+Maven+TestNg

该Project为Mac版本,Windows使用需要替换相应的ChromeDriver
1. Install JDK,Set JAVA_HOME
2. Install Maven,Set M2_HOME
3. IntelliJ IDEA or Eclipse
4. Download and import Project
5. Change the 'chromedriver' to match your chrome version
6. mvn clean
7. mvn install
8. mvn test -Dcucumber.options="--tags @test1" (执行tag为test1的scenerio)