Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 744 Bytes

File metadata and controls

13 lines (11 loc) · 744 Bytes

Cucumber allure plugin examples. Gradle.

Required Software and Tools

  • Java Version: Oracle Java 1.8.0_31 (Execute java -version in command line after installation)
  • Gradle 3.0 (Execute gradle -version in command line after installation)
  • Allure command line. Documentation(version 1.4.24.RC3 ).
  • Add directory with allure.bat file into "path" system variable

Run tests execution

  • Open a terminal or command prompt
  • Go to root directory of project
  • Execute gradle
  • Allure Cucumber html report is available at {root_directory}/build/reports/allure/index.html