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
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)
52
+
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
53
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
73
+
### Step 4: Setting up your CI configuration
33
74
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)
75
+
Setting up your CI workflow to execute on GitHub. Here is an example setup with `GitHub Actions`:
35
76
36
-
```
77
+
Go to `.github/workflows/<your_ci_file>.yml`.
78
+
79
+
```bash
37
80
name: Execute SmartUI Test with Github App Integration
38
81
runs-on: ubuntu-latest
39
82
steps:
@@ -52,7 +95,55 @@ Here we have taken an example of github action, Add below steps in your github a
52
95
echo"GITHUB_URL=$GITHUB_URL">>$GITHUB_ENV
53
96
```
54
97
98
+
### Step5: Execute your test suite with CI
99
+
100
+
After the setup is completed, you can now execute your test suite with the Continuos Integration (CI) pipeline with any tool of your choice.
101
+
102
+
**Please Note:***On running the tests with this repository the user should be able to trigger the `GitHub Action` and execute the `SmartUI` tests for `Selenium`, `Cypress, CDP, and Taiko` frameworks. As this action does not work for `StoryBook`, check our how you can SmartUI test with `StoryBook`[here](https://github.com/LambdaTest/smartui-storybook).*
103
+
104
+
### Step 6: Commit you changes over git on a branch and raise the PR to main branch.
105
+
106
+
### Step 7: Now you will see the `lambdatest-smartui-app` in the PR.
107
+
108
+
## Documentation & Resources :books:
109
+
110
+
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 🌎
119
+
120
+
## What's New At LambdaTest ❓
121
+
122
+
To stay updated with the latest features and product add-ons, visit [Changelog](https://changelog.lambdatest.com/)
123
+
124
+
## About LambdaTest
125
+
126
+
[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.
127
+
128
+
### Features
129
+
130
+
* Run Selenium, Cypress, Puppeteer, Playwright, and Appium automation tests across 3000+ real desktop and mobile environments.
131
+
* Real-time cross browser testing on 3000+ environments.
132
+
* Test on Real device cloud
133
+
* Blazing fast test automation with HyperExecute
134
+
* Accelerate testing, shorten job times and get faster feedback on code changes with Test At Scale.
135
+
* Smart Visual Regression Testing on cloud
136
+
* 120+ third-party integrations with your favorite tool for CI/CD, Project Management, Codeless Automation, and more.
137
+
* Automated Screenshot testing across multiple browsers in a single click.
138
+
* Local testing of web and mobile apps.
139
+
* Online Accessibility Testing across 3000+ desktop and mobile browsers, browser versions, and operating systems.
140
+
* Geolocation testing of web and mobile apps across 53+ countries.
141
+
* LT Browser - for responsive testing across 50+ pre-installed mobile, tablets, desktop, and laptop viewports
0 commit comments