Skip to content

Truewaydm/testBrdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testBrdo

Testing the registration form on the site

Libraries, Frameworks

Selenide, Allure, TestNg, WebDriverManager, log4j

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

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 *sigNupTests.SiNupTest

Releases

No releases published

Packages

No packages published

Languages