Skip to main content

2 docs tagged with "e2e"

View All Tags

Cypress

Cypress is a free, open-source and locally installed, all-in-one testing framework and assertion library, which includes mocking and stubbing. Cypress gives the same power and control as well-established browser testing tools like Selenium, with a lower setup and operational overhead, and is worth considering as an alternative. While Cypress has many compelling features, it is worth being aware that currently only Firefox and Chrome-family browsers are supported, so it is not possible to perform a huge range of cross-browser testing.

Pact

Pact is a tool for consumer-driven contract testing. It provides a way of testing the integration between microservices without needing to perform end-to-end testing.