I have read the article https://neon.com/guides/e2e-playwright-tests-with-neon-branching regarding branching during CI upon PR for testing. What about local devlopment? Is best practice is to keep dev DATABASE_URL without branching and run the tests against that? Is there an example of branching for every time running local testing? I am trying to understand the way to handle local testing.