Create a project

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

  1. Click New project to create a new project in the Initial Team Space.
  2. Enter a name in the Project name field. For example, myproj
  3. (Optional) Enter a brief description in the Description field.
  4. Click Create.

    The myproj project is created successfully.

  5. On the Configuration page, under Repositories, click Add Repository to associate a repository with the project.
  6. Enter the complete URL of the Git repository that you want to associate with the project.
    For example,
    https://github.com/<user>/<repository>.git
  7. 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.