Testing the registration form on the site
Selenide, Allure, TestNg, WebDriverManager, log4j
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 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