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.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

If you are already synchronising existing set of projects with Bitbucket repository and now you want to create new project in Qualitia, you must first create the project branch in the Bitbucket repository.

To create new project branch:

  1. Launch Git Bash.
  2. Navigate to the Qualitia Project path.
    You will find this location in Configuration Setting > Dependency section.
  3. Enter the following commands:

    $ git branch <ProjectName>
    $ git push --set-upstream origin <project name>
  4. Create new project from Qualitia Automation Studio with the same name which you have used to create new branch (as mentioned in the command above).


  • No labels