Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can start working on the Qualitia projects which are already added to the Bitbucket repository by other Qualitia user. In order to do so, you need to clone the corresponding repository on local system.

Info

Prerequisites:

  • Git Client (v2.19.0)
  • Valid Bitbucket account
  • Updated Bitbucket Configuration File
  • Access to the repository in which Qualitia project exists
  • Access to Qualitia project which you want to work on

To access existing Qualitia project from Bitbucket repository:

  1. Log on to the machine from where you want to work on Qualitia projects.

  2. Expand
    titleInstall Git Client and Git Credential Manager, if not already installed.

    Multiexcerpt include macro
    nameGitClientInstallation
    pageInstallations and Configurations


  3. Launch Git Bash.

  4. Expand
    titleUpdate the Bitbucket Configuration file, if not already updated.


    Code Block
    $ git config --global user.name "John Doe"
    $ git config --global user.email "John.Doe@yourdomain.com"



  5. Enter the following command to clone the repository.

    Code Block
    $ git clone <Repository URL>

    (info) To get the correct URL, go to bitbucket.org > Repository Name > from the right-top corner, click Clone.

  6. Navigate into the repository and run the following command using Git Bash to get the desired project.

    Code Block
    $ git checkout <ProjectName>


  7. After you clone the repository:
    1. Launch Qualitia Automation Studio.
    2. From the Setting menu, click Configuration Setting > Dependency.
    3. Copy the Bitbucket repository path (from the local machine) and set it as Project Path.
    4. In the General section, update database details with respect to new project which you have cloned from Bitbucket repository, if applicable.
    5. In Version Control, select GIT.
    6. Enter Bitbucket Username.
    7. Enter Bitbucket Password.
    8. Click OK.
  8. Restart Qualitia and start working with the desired project from Bitbucket repository.