To help clean up the Cypress command log, we can allow people to pass in log: false when calling Happo commands.
I've cleaned up some options usage so that we consume the known options to us and then pass along all others to cy.task. This will allow people to also use timeout and potential future options as well. https://docs.cypress.io/api/commands/task#Arguments
To help clean up the Cypress command log, we can allow people to pass in
log: false
when calling Happo commands.I've cleaned up some options usage so that we consume the known options to us and then pass along all others to cy.task. This will allow people to also use
timeout
and potential future options as well. https://docs.cypress.io/api/commands/task#ArgumentsFixes https://github.com/happo/happo-cypress/issues/111