🌱 Tim's Dev Wiki

Search IconIcon to open search

End To End Testing

Last updated September 16, 2022.

End-to-end (e2e) tests are tests that aim to simulate the user experience as closely as possible and will look almost like manual testing, but automated.

Although end-to-end tests are immensely valuable, it’s worth considering reasons why you might not want to write them:

In general, only invest more resources into e2e tests when you’ve extracted most of the value from the tests lower in the Agile ’testing pyramid’: Image source.