Have you ever wanted to test the changes in one of your teammate's pull requests? Validating this new feature that is about to be released? Or this urgent fix that you must apply before leaving the office?
Preview Environment is the answer. A preview environment is an ephemeral environment associated with the life cycle of a pull request. Preview environments make it super simple to validate the changes in a pull request by anyone in your team - your Product Manager will love it! These changes are tested in isolation before merging the branch to the original one without polluting other integration environments.

