Git Product home page Git Product logo

test-reporting-with-testng-allure's Introduction

Test Automation Reporting with Allure and TestNG

Allure Report tool is a flexible lightweight test report tool. It allows everyone participating in the development process to extract the maximum of useful information from everyday execution of tests. Allure Report provides a nice big picture of which features have been covered, where defects are clustered and also it's help to create Test Automation Report with Allure and TestNG

Prerequisites

  • Java as the programming language
  • Maven as the build tool
  • Web Driver as the browser automation tool
  • Allure & TestNG as the assertion framework
  • Intellij as the IDE

Installation of Allure

npm install -g allure-commandline

Add maven dependency for Allure Report

<dependency>
            <groupId>io.qameta.allure</groupId>
            <artifactId>allure-testng</artifactId>
            <version>2.13.0</version>
</dependency>

How will we generate the Allure HTML Report?

  • Run the Framework.

  • Refresh the project.

  • Open the Terminal and go to project directory.

  • Run the below command.

    Allure Serve
    

Execution Steps

  • Clone the framework.

  • Run the TestNG.xml file.

  • Go to Terminal and paste below command.

    Allure Serve
    

Test Summary Report

Screenshot from 2021-06-10 15-58-02

Screenshot from 2021-06-10 15-58-52 Screenshot from 2021-06-10 15-59-22

test-reporting-with-testng-allure's People

Contributors

prajjawal98 avatar gauravknoldus avatar

Stargazers

Petro Andrushchak avatar

Watchers

Vikas Hazrati avatar James Cloos avatar Bhavya Aggarwal avatar  avatar Himanshu Gupta avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.