erolstt / selenide-gradle-testng-allure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selenide Allure Example

This example demonstrates how to use Selenide with Allure

Usage

To launch this example install Gradle and run the following command from the root directory:

$ gradle

You should see failed tests and generated Allure XML files in build/allure-results directory.

Report

To generate report allure-cli can be used.

Report generation example:

# Run from the root directory
$ allure generate build

Open report example:

# Run from the root directory
$ allure report open

Clean the report :

# Run from the root directory
$ allure report clean

To Run a Single Test

gradle test --tests *YouTubeTests.searchTest

forthebadge

About


Languages

Language:Java 100.0%