Shelex / cypress-allure-plugin

cypress plugin to use allure reporter api in tests

Home Page:https://shelex.github.io/cypress-allure-plugin-example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image quality is low

jardakYoussef opened this issue · comments

Describe the bug
The image quality that is generated when a test has failed is low that sometimes it can be unreadable.

To Reproduce
Steps to reproduce the behavior:
See image attachement in allure report for cypress of the failed step of the test

Expected behavior
A clear image with high quality as set in the parameters

Environment (please complete the following information):

  • Cypress version: 9.6.0
  • OS: Windows 10 and linux Redhat 7
    ** Developer Tools Console Output **

No output

Additional context
I tried some already existing solutions like increasing in viewportWidth and jpegQuality but it does not seem to enhance the quality

Hi @jardakYoussef
Thank you for opening an issue.

I am afraid this plugin is not responsible for image quality in any way, as I just copy screenshot file from one place to another :)

However, I hope this blog post may help you as well as plugin cypress-high-resolution.