Cypress.js learning

Establishing Best Practices

  • Select the type and breadth of tests to implement

  • Create a tech spec to outline the needed tooling and packages or Provide resources for folks to quickly onboard- don't assume knowledge or Outline retroactive tests needed

  • Create a testing style guide , Test naming, what to test, when to test File structure/directories

  • Benefits of cypress

  • You do not worried about webdrivers, it executes directly in the browser

  • Fast and stable

  • EasyFalky control

  • Awesome documentation