Document toolboxDocument toolbox

A new version of Qualitia Automation Studio for Web and Mobile 7.2.x is now available. We highly recommend you upgrade. Find more details here.

Adding Existing Qualitia Projects to Bitbucket Repository

After you clone the repository, you can now add your existing Qualitia projects to the Bitbucket repository.

This is a one-time activity for each of the existing Qualitia project. Once the project is added to the repository, all the changes made to the repository are automatically updated by Qualitia. This activity has to be performed by Qualitia Admin user. 

At the end of this topic, Qualitia user will be able to add existing Qualitia projects to the bitbucket repository.

To add existing projects to Bitbucket repository:

  1. Navigate into the folder where you have cloned the repository.
  2. Move your existing project folder (<ProjectName>_projectdb) to this location.
    You can get this folder at the location specified in Qualitia Configuration Setting > Dependency > Project Path.
  3. Launch SourceTree.
  4. On the left hand side, expand Branches and then Checkout master branch.
  5. Create a new branch with your Qualitia Project name.
    To create a new branch:
    1. Click Branch > New Branch.
    2. Enter New Branch name.
    3. Ensure that Checkout New Branch option is selected.
    4. Click Create Branch.
  6. After creating a branch, right-click the branch and select Push > Origin.
  7. Stage all files except (.gitrefresh) and add comments, if required.

    The .gitrefresh file is generated and used by Qualitia for the internal purposes. Please do not add this file into the remote repository while adding your project artifacts.

  8. Select Push changes immediately option and click Commit.
  9. Now copy the directory path of the repository (from local system) and set it as Qualitia Project Path (in Configuration Setting > Dependency).
  10. Also, in Configuration Setting > General, select Version Control as GIT and add Bitbucket username and password.
  11. Restart Qualitia to start working on the projects that are integrated with Bitbucket repository.

Not finding what you need?