Skip to content

selenide-examples/selenide-allure-junit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenide + Allure + JUnit example

To run tests and generate Allure report:

  • run mvn clean test

To access the report manually:

  1. Generate the report by running: mvn allure:report
  2. Use an HTTP server to expose the content of target/site/allure-maven-plugin/
    In Intellij IDEA, you can access the report by opening target/site/allure-maven-plugin/index.html in the Web Browser.

To access the report automatically:

To Generate and open the report in your default browser at:

  • Random port, run: mvn allure:serve
  • Specific port, run: mvn allure:serve -Dallure.serve.port={your_port}

Build Status

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages