Creating New Qualitia Projects
- Sagar Dubewar (Unlicensed)
- Anonymous
Owned by Sagar Dubewar (Unlicensed)
Oct 19, 2018
1 min read
Loading data...
Before creating new project in Qualitia, you must first create the project branch in the Bitbucket repository.
To create new project branch:
- Launch Git Bash.
- Navigate to the Qualitia Project path.
You will find this location in Configuration Setting > Dependency section. Assuming this is the path where you have cloned the repository. Enter the following commands:
$ git checkout master $ git branch <ProjectName> $ git checkout <ProjectName> $ git push --set-upstream origin <project name>
- 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).