Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Creating GitLab Credentials

Step 1: Open the below GitLab URL in browser.

              https://gitlab.com/users/sign_in

Step 2: Click on Register Now >Enter all the Required details >Click on Register button.

Step 3: Follow the next steps to complete the signup and enter all the roles (asper requirement) and details on page > click on continue button.

Creating GitLab Repository

Step 1: Once Signup is completed create a new Project by entering all the required fields > Click on Create Project button.

Step 2: Click on project (Which is created earlier) from left navigation.

Step 3: Scroll down and click on Clone > Copy and save Clone with HTTPS.

Step 4: Click on Profile icon > Edit Profile > Access Tokens > Click on Add new Token.

Step 5: Enter Token Name > Select required scopes checkbox > Create personal access token button.

Step 6: Copy the Personal Access Token

(Note: Save and copy the personal token)

GitLab Configuration to Visualizer

Steps to configure GitHub in Visualizer:

Step 1: Click on Projects option and click on Create Project from dropdown.

Step 2: Select Kanban (Software development) >Click on Use template button >Select a team managed project button.

Step 3: Enter details in Name field, select any required option from Access > Create project button.

Step 4: Now select Project (created project) from dropdown and click on Apps (xyz demo).

Step 5: Click on New session > Create the Gherkins code for Test Scenario >Submit Button

Step 6: Click on Git from left navigation >Enter all the fields.

URL: Enter saved details.

Username: Enter saved details of Login email (Note: Use the email which is registered as user)

Password: Enter saved Token details.

(Note: Token is used as password)

Step 7: Click on the Test button. (Note: User will view success message)

Step 8: Once clicked on Clone user is navigated to Project.

Step 9: Click on GIT now user can view last pull date and time along with cancel changings option.

  • No labels