I am using cypress with cucumber, afterEach hook f...
# e2e-testing
f
I am using cypress with cucumber, afterEach hook from mocha runs even if the test fails, how can I make { After } from "@freezing-piano-2792/cypress-cucumber-preprocessor"; hook to run even if the assertion in test fails, what I am trying to achieve is as below Scenario: Maker starts a game When the Maker starts a game Then the Maker waits for a Breaker to join assume the validation in step definition for 'Then' failed, I still want the After block to execute