-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[Improved reporting] Add link for Allure Report #2519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Conversation
It's a pretty popular reporting that allow you to have a fancy reports with minimum changes in the code, with detailed information about each step the test did with proper hierarchy.
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨No code suggestions found for the PR. |
rpallavisharma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Allure Report is indeed a good solution for reports for tests runs. Keeping the format similar, please just mention the name, and the link. remove anything extra. and add this in the end of the existing list.
User description
It's a pretty popular reporting framework that allow you to have a fancy reports with minimum changes in the code, with detailed information about each step a test did with a proper hierarchy.
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Added one link for pretty popular framework for reports.
Motivation and Context
It's free, it can be used with any language / framework and suits Mobile , Web and API tests, super alive, shows great report with all details (step name, time, provided data, responses).
Types of changes
Checklist
PR Type
Documentation
Description
Added Allure Report link to improved reporting documentation
Provides framework-agnostic reporting solution for tests
Diagram Walkthrough
File Walkthrough
improved_reporting.en.md
Add Allure Report reference linkwebsite_and_docs/content/documentation/test_practices/encouraged/improved_reporting.en.md
nature