/
Creating New Qualitia Projects

Creating New Qualitia Projects

Before creating 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 SettingsConfiguration Setting > Dependency section. Assuming this is the path where you have cloned the repository.
  3. Enter the following commands:

    $ git checkout master
    $ git branch <ProjectName>
    $ git checkout <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).


Related content

Cloning Bitbucket Repository and Checking-out First Qualitia Project
Cloning Bitbucket Repository and Checking-out First Qualitia Project
Read with this
Getting New Qualitia Projects From the Remote Repository
Getting New Qualitia Projects From the Remote Repository
Read with this
Creating a Repository in Bitbucket
Creating a Repository in Bitbucket
Read with this