bahmutov/cypress-if

Unwanted log from cy.task when using cypress-if with cucumber-preprocessor

Open

#69 opened on Aug 16, 2023

View on GitHub
 (14 comments) (0 reactions) (0 assignees)JavaScript (13 forks)github user discovery
help wantedquestion

Repository metrics

Stars
 (103 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I noticed that when I import cypress-if to project that have cucumber-preprocessor from @badeball installed and then runs the test, Cypress will log something like this :

image

image

fyi : I don't use any hooks like Before, AfterEach, etc.

Contributor guide