have you considered Cypress Cloud ? It makes defe...
# best-practices
m
have you considered Cypress Cloud ? It makes defect diagnosis much easier. The only thing we added on top was to improve CLI logs https://github.com/muratkeremozcan/cypress-plugins-course/blob/main/ab-log-highRes-watchReload-excel-slowDown-timestamps/cypress.config.js#L13 Here's the npm page of the plugin https://www.npmjs.com/package/cypress-terminal-report?activeTab=readme Btw, I do not know what your definition of integration testing is, I'm assuming one of these: * industry definition: literally anything but unit * UI context : ui-integration testing with Cypress, meaning stubbed network * Serverless context: you're feeding an event to the handler, and there is a DB or any other interaction outside the lambda
3 Views