archfz/cypress-terminal-report

The task 'ctrAfter' was not handled in the plugins file.

mutefiRe opened this issue · 1 comments

hey! :)

seems like the new version 1.3.0 introduced a breaking change, when using installSupport without any options:

CypressError: `cy.task('ctrAfter')` failed with the following error:

The task 'ctrAfter' was not handled in the plugins file. The following tasks are registered: ctrLogMessages, log

Fix this in your plugins file here:
/src/cypress/plugins/index.js

Release a fix in 1.3.1. Also added a test for normal out of the box execution not to be broken in the future.