Hi everyone,
I would like to set up Bitrise to fit the following workflow:
- A mobile developer works on a feature on the branch feature/X
- The mobile dev opens a pull request
- A TestFlight for that feature is shipped to the product manager and QA people for review
- Once the code review and QA have been done, the branch gets merged and the TestFlight app or version gets cleaned up.
- more developers working on other features can also ship their own feature TestFlight without stepping on each others feet (ideally there could be N different version in test at the same time).
Is this something easy to set up with Bitrise? Does anyone have links to the docs to do it?