Search⌘ K
AI Features

End-to-end Tests

Explore end-to-end testing concepts in Elixir applications by learning how to validate the entire system as a user would. Understand the differences between end-to-end and integration tests, and discover practical approaches for testing real external dependencies.

End-to-end tests vs. integration tests

End-to-end tests are tests that sit one level higher than integration tests.

End-to-end Tests Integration Tests
Exercises the whole system from end to end as the final user might
...