Welcome to theAllure Examples GitHub organization! This organization is dedicated to showcasing various implementations and integrations of the Allure reporting tool with different testing frameworks and environments.
Allure is an open-source framework designed to produce test execution reports that are clear and understandable for everyone in the team. With Allure, you can obtain concise and visually appealing test reports, making it easier to identify issues and track test execution history.
If you're new to Allure, we recommend starting with theofficial Allure documentation.
To try out an example:
- Navigate to the desired repository.
- Follow the setup and execution instructions detailed in the repository's README.
- View the generated Allure reports.
We welcome contributions! If you're interested in enhancing an example or adding a new one, please:
- Fork the repository you're interested in.
- Make your changes and test them thoroughly.
- Submit a pull request detailing your changes.
- Await a review.
For questions or issues related directly to Allure, please refer toGitHub Discussions.
Unless otherwise specified in the individual repository, all repositories under this organization are licensed under the Apache 2.0 License.
PinnedLoading
- junit4-java-gradlekts
junit4-java-gradlekts Public templateExample of Allure Report usage with JUnit 4, Java and Gradle (Kotlin)
Java
- junit5-java-gradlekts
junit5-java-gradlekts Public templateExample of Allure Report usage with JUnit 5 (Jupiter), Java and Gradle (Kotlin)
- junit5-kotlin-gradlekts
junit5-kotlin-gradlekts Public templateExample of Allure Report usage with JUnit 5 (Jupiter), Kotlin and Gradle (Kotlin)
- testng-java-gradlekts
testng-java-gradlekts Public templateExample of Allure Report usage with TestNG, Java and Gradle (Kotlin)
Repositories
- allure-rspec-example Public
Example showing the configuration and the abilities of allure-rspec adaptor.
allure-examples/allure-rspec-example’s past year of commit activity - guide-junit5-selenium-screenshots Public
Demo repository for the guide on taking screenshots for Allure Report with JUnit5 and Selenium
allure-examples/guide-junit5-selenium-screenshots’s past year of commit activity - guide-pytest-playwright-video Public
This repository contains code examples for integrating videos in Allure Report with Pytest and Playwright
allure-examples/guide-pytest-playwright-video’s past year of commit activity - guide-pytest-parameterization Public
Demo for the guide on parameterizing Pytest tests with Allure Report
allure-examples/guide-pytest-parameterization’s past year of commit activity - guide-pytest-selenium-screenshots Public
Demo repository for the guide on taking screenshots for Allure Report with Pytest and Selenium
allure-examples/guide-pytest-selenium-screenshots’s past year of commit activity - guide-pytest-playwright-screenshots Public
Demo repository for the guide on taking screenshots for Allure Report with Pytest and Playwright
allure-examples/guide-pytest-playwright-screenshots’s past year of commit activity - guide-junit5-github-actions Public
Demo for a guide on Allure Report with GitHub Actions and JUnit 5
allure-examples/guide-junit5-github-actions’s past year of commit activity - guide-junit5-selenide-screenshots Public
Demo for a guide on taking screenshots for Allure Report with Selenide and JUnit 5
allure-examples/guide-junit5-selenide-screenshots’s past year of commit activity - guide-junit5-parametrization Public
Demo for a guide on parameterizing JUnit 5 tests with Allure Report
allure-examples/guide-junit5-parametrization’s past year of commit activity