End-to-end tests and CI When you make changes to code in a repository, you usually want to make sure that you haven't broken core user flows like the sign up button. To automatically check nothing is broken, people usually start a copy of their app within their CI pipeline and then run test browsers to click around. That way you can make sure your app still builds, starts, and mostly works after e