You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps 1: Setup Github App with lambdatest from link github setup
10
26
11
-
- Using OAuth
27
+
## Table of Contents:
12
28
13
-
- Cloud, or
29
+
*[Pre-requisites](#pre-requisites)
30
+
*[Getting Started With Github App Integration with SmartUI](#getting-started-with-github-app-integration-with-smartui)
31
+
32
+
33
+
## Pre-requisites
34
+
35
+
* An account with Github with valid permission to install new applications to your repositories.
36
+
* Basic understanding of Continuos Integration tools (CI) is required.
37
+
* Should have setup the SmartUI suite, else please read [this](https://www.lambdatest.com/support/docs/selenium-visual-regression/).
38
+
39
+
## Getting Started With Github App Integration with SmartUI
40
+
41
+
### Steps 1: Integrate the your Lambdatest Account with GitHub App.
14
42
43
+
You can integrate your LambdaTest account with the GiHub application in the following ways:
44
+
45
+
- Using OAuth
46
+
- Cloud, or
15
47
- Self Hosted
16
48
17
-
Step 2: Once setup is done, you will see like
49
+
### Step 2: Select your GitHub repository
18
50
19
-
Step 3: Now you need to setup a sample repository where your test case are mentioned, [smartui-github-testing](https://github.com/LambdaTest/smartui-github-testing)
51
+
Go to your GitHub repository where you want to configure your SmartUI project. Check out our GitHub sample [here](https://github.com/LambdaTest/smartui-node-sample).
20
52
21
-
Step 4: For Github Status updates on PR/ commit need to add capabilities in test suite,
Step5: How to get the `github.url` value in test suite
72
+
### Step 4: Setting up your CI configuration
33
73
34
-
Here we have taken an example of github action, Add below steps in your github action file [.github/workflows/ci.yml](https://github.com/LambdaTest/smartui-github-testing/blob/main/.github/workflows/ci.yml)
74
+
Setting up your CI workflow to execute on GitHub. Here is an example setup with `GitHub Actions`:
35
75
36
-
```
76
+
Go to `.github/workflows/<your_ci_file>.yml`.
77
+
78
+
```bash
37
79
name: Execute SmartUI Test with Github App Integration
38
80
runs-on: ubuntu-latest
39
81
steps:
@@ -52,7 +94,53 @@ Here we have taken an example of github action, Add below steps in your github a
52
94
echo"GITHUB_URL=$GITHUB_URL">>$GITHUB_ENV
53
95
```
54
96
97
+
### Step5: Execute your test suite with CI
98
+
99
+
After the setup is completed, you can now execute your test suite with the Continuos Integration (CI) pipeline with any tool of your choice.
100
+
101
+
### Step 6: Commit you changes over git on a branch and raise the PR to main branch.
102
+
103
+
### Step 7: Now you will see the `lambdatest-smartui-app` in the PR.
104
+
105
+
## Documentation & Resources :books:
106
+
107
+
Visit the following links to learn more about LambdaTest's features, setup and tutorials around test automation, mobile app testing, responsive testing, and manual testing.
The [LambdaTest Community](https://community.lambdatest.com/?utm_source=github&utm_medium=repo&utm_campaign=playwright-sample) allows people to interact with tech enthusiasts. Connect, ask questions, and learn from tech-savvy people. Discuss best practises in web development, testing, and DevOps with professionals from across the globe 🌎
116
+
117
+
## What's New At LambdaTest ❓
118
+
119
+
To stay updated with the latest features and product add-ons, visit [Changelog](https://changelog.lambdatest.com/)
120
+
121
+
## About LambdaTest
122
+
123
+
[LambdaTest](https://www.lambdatest.com?utm_source=github&utm_medium=repo&utm_campaign=playwright-sample) is an intelligent unified digital experience testing cloud that helps businesses drastically reduce time to market through faster test execution, ensuring quality releases and accelerated digital transformation. The platforms allows you to perform both real time and automation testing across 3000+ environments and real mobile devices, making it a top choice among other cloud testing platforms. Over 10,000+ enterprise customers and 2+ million users across 130+ countries rely on LambdaTest for their testing needs.
124
+
125
+
### Features
126
+
127
+
* Run Selenium, Cypress, Puppeteer, Playwright, and Appium automation tests across 3000+ real desktop and mobile environments.
128
+
* Real-time cross browser testing on 3000+ environments.
129
+
* Test on Real device cloud
130
+
* Blazing fast test automation with HyperExecute
131
+
* Accelerate testing, shorten job times and get faster feedback on code changes with Test At Scale.
132
+
* Smart Visual Regression Testing on cloud
133
+
* 120+ third-party integrations with your favorite tool for CI/CD, Project Management, Codeless Automation, and more.
134
+
* Automated Screenshot testing across multiple browsers in a single click.
135
+
* Local testing of web and mobile apps.
136
+
* Online Accessibility Testing across 3000+ desktop and mobile browsers, browser versions, and operating systems.
137
+
* Geolocation testing of web and mobile apps across 53+ countries.
138
+
* LT Browser - for responsive testing across 50+ pre-installed mobile, tablets, desktop, and laptop viewports
0 commit comments