allure-framework / allure-js

Allure integrations for JavaScript test frameworks
https://allurereport.org/
Apache License 2.0
225 stars 120 forks source link

Cypress cucumber preprocessor support #1032

Closed epszaw closed 3 months ago

epszaw commented 3 months ago

fix problem with buffer to support cucumber cypress preprocessor

Context

Unfortunately, it's impossible to test cucumber preprocessor right in the project due to yarn pnp dependencies resolution.

See examples here:

Checklist