id | title | sidebar_label | description | keywords | url | site_name | slug | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
smartui-with-gitlab |
GitLab Pipeline Integration with SmartUI |
GitLab |
SmartUI now integrates with GitLab Pipeline to boost your go-to market delivery. Perform automated cross browser testing with SmartUI to ensure your development code renders seamlessly providing 3000+ real browsers running through machines. |
|
LambdaTest |
smartui-with-gitlab/ |
A GitLab Pipeline automates building, testing, and deploying code changes. It's essential for rapid development, improved code quality, and faster delivery by catching errors early and reducing manual work.
This document will show you how to integrate GitLab Pipeline with SmartUI to shorten your test cycles.
To integrate GitLab Pipeline with SmartUI, follow the below steps. You can use your own project to configure and test it. For demo purposes, we are using the sample repository.
:::tip Sample repo Download or Clone the code sample from the LambdaTest GitHub repository to run the tests on the SmartUI.
-
Click on the New Project > Run CI/CD for external repository. <img loading="lazy" src={require('../assets/images/smart-visual-testing/ci-cd-integration/gitlab/1.png').default} alt="Create New Project" width="" height=""/>
-
Enter your repository URL and click on Create Project.
-
Navigate to the Build section > Pipelines. <img loading="lazy" src={require('../assets/images/smart-visual-testing/ci-cd-integration/gitlab/2.png').default} alt="Create New Project" width="" height=""/>
-
Select your required template for CI/CD workflow file. For the demo we are using the Test template.
-
Now, write your workflow YAML file. Here is the sample file for your reference.
-
Commit this yaml file in your repository and make the required changes in your code to automatically trigger the pipeline.
https://github.com/amanchopra1905/smartui-ci-cd-integrations/blob/gitlab/.gitlab-ci.yml
:::tip You can also store your LT_USERNAME, LT_ACCESS_KEY and PROJECT_TOKEN as secrets in your GitLab project repository. :::
- After triggering the workflow, check your results in the Smart UI Dashboard
<img loading="lazy" src={require('../assets/images/smart-visual-testing/ci-cd-integration/gitlab/3.png').default} alt="Create New Project" width="" height=""/>