Summary

Key Value
Browser
Start 2022-11-01T12:52:35.904Z
End 2022-11-01T12:53:28.202Z
Duration 00:00:52.298
Breakdown
Tests Passed Tests Skipped Test Failures
87 0 0
Hide Failing Suites Hide Passing Suites Hide Failing Tests Hide Passing Tests

Results

0-0

Spec File /home/runner/work/GitLab_Testing_WebdriverIO-Cucumber_HTMLreport/GitLab_Testing_WebdriverIO-Cucumber_HTMLreport/features/Navigation.feature

 Navigation main page

Spec File /features/Navigation.feature

 TC05 - Should navigate to "Why GitLab" section

Suite Start 2022-11-01T12:52:35.928Z
Suite End 2022-11-01T12:52:37.986Z
Suite Duration 00:00:02.057
Tests 3
  Given A user open main GitLab page
  When A user clicks on "Why GitLab"
  Then "Why GitLab" title was displayed, "Why GitLab" section was appeared

 TC06 - Should navigate to "Platform" section

Suite Start 2022-11-01T12:52:37.986Z
Suite End 2022-11-01T12:52:39.647Z
Suite Duration 00:00:01.660
Tests 3
  Given A user open main GitLab page
  When A user clicks on "Platform"
  Then "Platform" title was displayed, "Platform" section was appeared

 TC07 - Should navigate to "Solutions" section

Suite Start 2022-11-01T12:52:39.647Z
Suite End 2022-11-01T12:52:41.166Z
Suite Duration 00:00:01.518
Tests 3
  Given A user open main GitLab page
  When A user clicks on "Solutions"
  Then "Solutions" title was displayed, "Solutions" section was appeared

 TC09 - Should navigate to "Partners" section

Suite Start 2022-11-01T12:52:41.166Z
Suite End 2022-11-01T12:52:42.623Z
Suite Duration 00:00:01.457
Tests 3
  Given A user open main GitLab page
  When A user clicks on "Partners"
  Then "Partners" title was displayed, "Partners" section was appeared

 TC10 - Should navigate to "Resources" section

Suite Start 2022-11-01T12:52:42.624Z
Suite End 2022-11-01T12:52:44.127Z
Suite Duration 00:00:01.503
Tests 3
  Given A user open main GitLab page
  When A user clicks on "Resources"
  Then "Resources" title was displayed, "Resources" section was appeared

 TC08 - Should navigate to "Pricing" section

Suite Start 2022-11-01T12:52:44.127Z
Suite End 2022-11-01T12:52:45.715Z
Suite Duration 00:00:01.587
Tests 3
  Given A user open main GitLab page
  When A user clicks on "Pricing"
  Then "Get The One DevOps Platform" title was displayed. User was redirected to the "https://about.gitlab.com/pricing/" page

 Search work

Spec File /features/Search.feature

 TC13 - Should check search work

Suite Start 2022-11-01T12:52:46.930Z
Suite End 2022-11-01T12:52:49.249Z
Suite Duration 00:00:02.319
Tests 5
  Given A user open main GitLab page
  When A user clicks on search icon
  When A user enters "testing" in "search" field
  When A user press Enter
  Then "Results for testing" title was displayed. User stays on the same page

 TC14 - Should check search suggestions work

Suite Start 2022-11-01T12:52:49.249Z
Suite End 2022-11-01T12:52:50.556Z
Suite Duration 00:00:01.306
Tests 4
  Given A user open main GitLab page
  When A user clicks on search icon
  When A user clicks on "DevOps" button
  Then "What is DevOps?" title was displayed. User was redirected to the "https://about.gitlab.com/topics/devops/" page

 TC15 - Should redirect user to sign in form frome search page

Suite Start 2022-11-01T12:52:50.556Z
Suite End 2022-11-01T12:52:52.114Z
Suite Duration 00:00:01.558
Tests 4
  Given A user open main GitLab page
  When A user clicks on search icon
  When A user clicks on "gitlab.com"
  Then User was redirected to the "https://gitlab.com/users/sign_in/" page. Sign in form was displayed

 Sign Up page

Spec File /features/SignUp.feature

 TC01 - Should sign up on GitLab with valid credentials

Suite Start 2022-11-01T12:52:53.374Z
Suite End 2022-11-01T12:52:58.070Z
Suite Duration 00:00:04.696
Tests 10
  Given A user open main GitLab page
  When A user clicks on "Support" button
  When A user clicks on "Register1"
  When A user enters "Tester" in "First name" field
  When A user enters "Smith" in "Last name" field
  When A user enters "tester_8976" in "Username" field
  When A user enters "fahafo5464@civikli.com" in "Email" field
  When A user enters "testingpass" in "Password" field
  When A user clicks on "Register2"
  Then "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again." message was displayed. User was redirected to "https://gitlab.com/users" page

 TC02 - Should sign up on GitLab with invalid credentials

Suite Start 2022-11-01T12:52:58.071Z
Suite End 2022-11-01T12:53:01.141Z
Suite Duration 00:00:03.070
Tests 10
  Given A user open main GitLab page
  When A user clicks on "Support" button
  When A user clicks on "Register1"
  When A user enters "Tester" in "First name" field
  When A user enters "Smith" in "Last name" field
  When A user enters "tester_8976" in "Username" field
  When A user enters "fahafo5464" in "Email" field
  When A user enters "testingpass" in "Password" field
  When A user clicks on "Register2"
  Then "Please provide a valid email address." message was displayed under the Email field. User stays on the same page

 TC03 - Should sign up on GitLab with empty credentials

Suite Start 2022-11-01T12:53:01.141Z
Suite End 2022-11-01T12:53:03.735Z
Suite Duration 00:00:02.593
Tests 5
  Given A user open main GitLab page
  When A user clicks on "Support" button
  When A user clicks on "Register1"
  When A user clicks on "Register2"
  Then "This field is required." message was displayed under the Email field. User stays on the same page

 TC04 - Should sign up on GitLab with Saleforce

Suite Start 2022-11-01T12:53:03.735Z
Suite End 2022-11-01T12:53:06.828Z
Suite Duration 00:00:03.093
Tests 5
  Given A user open main GitLab page
  When A user clicks on "Support" button
  When A user clicks on "Register1"
  When A user clicks on "Saleforce"
  Then Saleforce login form was was displayed. User was redirected to the "https://login.salesforce.com/" page

 Support services

Spec File /features/Support.feature

 TC16 - Should navigate user to Contact Support

Suite Start 2022-11-01T12:53:08.134Z
Suite End 2022-11-01T12:53:11.363Z
Suite Duration 00:00:03.229
Tests 4
  Given A user open main GitLab page
  When A user clicks on "Support" button
  When A user clicks on "Contact Support"
  Then "GitLab Support" title was displayed. User was redirected to the "https://about.gitlab.com/support/" page

 TC17 - Should navigate user to Get Help page

Suite Start 2022-11-01T12:53:11.364Z
Suite End 2022-11-01T12:53:13.792Z
Suite Duration 00:00:02.428
Tests 4
  Given A user open main GitLab page
  When A user clicks on "Support" button
  When A user clicks on "Get Help"
  Then "Help Topics" title was displayed. User was redirected to the "https://about.gitlab.com/get-help/" page

 TC18 - Should navigate user to GitLab Professional Services

Suite Start 2022-11-01T12:53:13.792Z
Suite End 2022-11-01T12:53:16.425Z
Suite Duration 00:00:02.633
Tests 4
  Given A user open main GitLab page
  When A user clicks on "Support" button
  When A user clicks on "Set up support services"
  Then "GitLab Professional Services" title was displayed. User was redirected to the "https://about.gitlab.com/services/" page

 TC19 - Should navigate user to Talk to an Expert page

Suite Start 2022-11-01T12:53:16.426Z
Suite End 2022-11-01T12:53:19.140Z
Suite Duration 00:00:02.713
Tests 4
  Given A user open main GitLab page
  When A user clicks on "Support" button
  When A user clicks on "Contact Sales"
  Then "Talk to an Expert" title was displayed. User was redirected to the "https://about.gitlab.com/sales/" page

 TC20 - Should navigate user to registration page

Suite Start 2022-11-01T12:53:19.140Z
Suite End 2022-11-01T12:53:21.617Z
Suite Duration 00:00:02.477
Tests 4
  Given A user open main GitLab page
  When A user clicks on "Support" button
  When A user clicks on "Register1"
  Then "Sign Up form" title was displayed. User was redirected to the "https://gitlab.com/users/sign_up/" page

 Free trial and Talk to an Expert pages

Spec File /features/TrialExpert.feature

 TC11 - Should display "Talk to an expert" form

Suite Start 2022-11-01T12:53:22.913Z
Suite End 2022-11-01T12:53:25.739Z
Suite Duration 00:00:02.825
Tests 3
  Given A user open main GitLab page
  When A user clicks on "Talk to an expert" button
  Then "Talk to an Expert" title was displayed. User was redirected to the "https://about.gitlab.com/sales/" page

 TC12 - Should display "Free trial" form

Suite Start 2022-11-01T12:53:25.739Z
Suite End 2022-11-01T12:53:28.201Z
Suite Duration 00:00:02.462
Tests 3
  Given A user open main GitLab page
  When A user clicks on "Get free trial" button
  Then "Free 30-day trial" title was displayed. User was redirected to the "https://gitlab.com/-/trial_registrations/" page