test-your-drupal-website-with-cypress

Test your Drupal website with Cypress

If you don’t include tests in your Drupal development, chances are it’s because you think it adds complexity and expense without benefit. Cypress is an open source tool with many benefits: Reliably tests anything that runs in a web browser Works on any web platform (it’s great for testing projects using front-end technologies like React) Highly extensible Increasingly popular Easy to learn and implement Protects against regression as your projects, Read More