πŸ”₯ How to Configure Allure Report to Rest Assured API Automation Project?

promode

Pramod Dutta

Posted on August 20, 2020

πŸ”₯ How to Configure Allure Report to Rest Assured API Automation Project?

In this video of Rest Assured For beginners, We are going to configure allure report to rest assured project.

βœ… Rest Assured Masterclass (build your Own API Automation Framework from Scratch even as a complete beginner
πŸ‘‰ https://apitesting.co/enroll

βœ… What is Allure Report
flexible and lightweight test reporting tool
concise representation of test execution in a very intuitive web report

βœ… How to Add Allure to Rest Assured Project?
Install local

For Mac. - brew install allure

For Windows - scoop install allure

To add the Allure with TestNG Project

Example with TestNG File
Demo
https://go.scrolltest.com/1pfW
βœ… Allure annotations
@Epic
@Features
@Stories/@Story
@Severity(SeverityLevel.BLOCKER)
@Description("In this cool test we will check cool thing")
@Step
@Attachment
@link

βœ… If you want to learn End to End RestAssured MasterClass
https://apitesting.co/enroll
Ping me for discount over - scrolltest.com/fb

βœ… What is REST Assured?
REST Assured is a Java library that provides a domain-specific language (DSL) for writing powerful, maintainable tests for RESTful APIs. ... I'll be using real-world code examples you can copy, run, and reuse directly in your own test automation effort

πŸ’– πŸ’ͺ πŸ™… 🚩
promode
Pramod Dutta

Posted on August 20, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related