Skip to content
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

feat(allure): screen diff block from allure 2 #3573

Merged
merged 2 commits into from
Feb 12, 2023
Merged

feat(allure): screen diff block from allure 2 #3573

merged 2 commits into from
Feb 12, 2023

Conversation

EgorBodnar
Copy link
Contributor

@EgorBodnar EgorBodnar commented Jan 30, 2023

Motivation/Description of the PR

Codeceptjs use allure-js-commons 1.3.2, because allure-js-commons 2+ is still on beta. But for the rendering of the Allure report it's used allure-commandline 2+.

Allure Screen Diff is a feature of the Allure 2 test reporting tool that allows you to compare screenshots of your application before and after changes. This is useful for detecting visual differences between different builds, detecting UI changes and regressions, and improving overall quality assurance.
See the Allure Screen Diff DOC.

The feature is not supported by allure-js-commons earlier than 2.0, but allure-commandline support it.
The reason of the PR is to provide this feature allure plugin based on allure-js-commons 1.3.2.

Applicable plugins:

  • allure

Type of change

  • 🚀 New functionality
  • 📋 Documentation changes/updates

Checklist:

  • Documentation has been added (Run npm run docs)
  • Lint checking (Run npm run lint)
  • Local tests are passed (Run npm test)

@DavertMik DavertMik merged commit 6e8e171 into codeceptjs:3.x Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants