upeksha php
upeksha php

Reputation: 11

How to test a Bitbucket branch code before merging to master?

I have a Bitbucket account and there are multiple branches in it. When I am developing any new feature, I will create a branch from master and then start my new feature eg. "Feature A" branch.

Now when I am done with my new feature then I commit and push the changed files to Bitbucket in my separate branch "Feature A".

Is it possible to test particular "Feature A" branch? If yes then how can I access it in browser url?

Upvotes: 1

Views: 801

Answers (1)

Jim Redmond
Jim Redmond

Reputation: 5660

This is precisely why Bitbucket has Pipelines.

Upvotes: 1

Related Questions