Overview
Bitbucket is a web-based version control repository hosting service for source code and development projects while using Git revision control systems. Bitbucket gives teams one place to plan projects, collaborate on code, test and deploy, all with free private Git repositories. Teams choose Bitbucket because it has a superior Jira integration & built-in continuous integration (CI).
BitBucket has now been integrated with the OpKey. OpKey users can execute their test artifacts (Suites) from the BitBucket environment by using the CLI commands. Once, Suite get executed successfully, you can view complete execution logs, execution result and do more. You need to add OpKey Jar given by OpKey team into repository. Being a CLI tool, you need to use commands (syntax) and trigger Suite execution. You can also execute multiple Suites parallely.
Getting started with working on BitBucket
Installing Git on Windows machine:
In order to integrate BitBucket with OpKey, you first need need to install Git on your Windows machine. You can download Git setup file from here: https://gitforwindows.org/
(For details about the stand alone Git installer, you can refer: https://www.atlassian.com/git/tutorials/install-git#windows)
Note: Make sure that you have your account on the BitBucket. If not, create your account from here.
Steps to be followed:















