Skip to content

E2E Testing Lab July 25, 2018

Josh Cohen edited this page Aug 8, 2018 · 2 revisions

E2E Testing Important Attributes

  • Documentation
  • Cross-browser support
  • Speed
  • headless vs non-headless options
  • non-technical readibility
  • vpn

Jasmine

  • good docs
  • lots of dependencies
  • issues with importing
  • poor react integration
  • intuitive ui

TestCafe

  • docs weren't intuitively laid out but had everything needed
  • easily run tests cross-browser
  • quick
  • in js
  • plugin support for using react component names
  • easy to read
  • CI and slack integration friendly

Cypress

  • easy documentation
  • great ui
  • js
  • ci integration

Participation - 8