In this lesson, you will learn how to create a project and associate a Git repository
to start recording and managing Web UI tests. A project defines the workspace where your
test assets are stored and managed.
About this task
When you create a project, you are automatically assigned the Project Creator and
Architect roles for the Initial Team Space.
Procedure
-
Click New project to create a new project in the
Initial Team Space.
-
Enter a name in the Project name field. For example,
myproj
-
(optional) Enter a brief description in the Description
field.
-
Click Create.
The myproj project is created successfully.
-
On the Configuration page, under
Repositories, click Add
Repository to associate a repository with the project.
-
Enter the complete URL of the Git repository that you want to associate with
the project.
For example,
https://github.com/<user>/<repository>.git
-
Enter the required credentials (username and password) to authenticate access
to the repository.
The Git repository is associated with the project.
Results
The project is created successfully, and the repository is associated with the
project.
After completing the prerequisites, you are now ready to proceed with creating an
application.
What to do next
You can now begin creating an application. See Lesson 1.