Skip to content

prashant-ramcharan/courgette-jvm-allure-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Courgette-JVM with Allure Example

An example project showing how to use Courgette-JVM with Allure.

System Requirements

  • Allure
  • Google Chrome
  • MacOS / Windows / Linux

Test Execution

  • Generate Allure Report using Courgette JUnit Runner

    • Run tests

      • Option 1: Run suites/junit/TestSuite.java as a standard JUnit test

      • Option 2: Execute gradle task

       gradle runTestsUsingJUnit
    • Generate Allure test report from the project root

       allure generate --clean
      
    • Serve Allure test report from the project root

       allure serve
      
  • Generate Allure Report using Courgette TestNG Runner

    • Option 1: Run suites/testng/TestSuite.java as a standard TestNG test

    • Option 2: Execute gradle task

       gradle runTestsUsingTestNG
    • Generate Allure test report from the project root

       allure generate --clean
      
    • Serve Allure test report from the project root

       allure serve
      

Report

courgette-allure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published