Closed dagda1 closed 2 years ago
Cypress.log is quite verbose and covers many lines.
Cypress.log
This PR creates a helper to simplify the logging.
Add a makeCypressLogger higher order function to cut down the lines of code to add a log.
makeCypressLogger
✔️ Deploy Preview for simulacrum canceled.
🔨 Explore the source changes: c190ec6da32c64b89e105911483a820fac59e94f
🔍 Inspect the deploy log: https://app.netlify.com/sites/simulacrum/deploys/61d598145ba4a500073b66f6
Motivation
Cypress.log
is quite verbose and covers many lines.This PR creates a helper to simplify the logging.
Approach
Add a
makeCypressLogger
higher order function to cut down the lines of code to add a log.