Skip to content

Commit 7977a41

Browse files
authored
Merge pull request #1455 from amanchopra1905/stage
xcui changes
2 parents f6b607f + 60d10a3 commit 7977a41

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/xcui-visual-regression.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,11 @@ XCUI (XCTest UI) is Apple's native UI testing framework used for testing iOS app
5858
- Access to an **iOS** app (.ipa) and an **iOS Test** app (.ipa file).
5959
- Go to [`LambdaTest SmartUI`](https://smartui.lambdatest.com/) and login along with your credentials.
6060

61-
:::tip
62-
If you do not have any **iOS** app (.ipa) and an **iOS Test** app (.ipa) file, you can run your sample tests on LambdaTest by using our sample :link: [iOS app](https://prod-mobile-artefacts.lambdatest.com/assets/docs/prod-ios-app.ipa) and a sample :link: [iOS Test](https://prod-mobile-artefacts.lambdatest.com/assets/docs/prod-ios-test-app.ipa).
61+
:::tip Sample repo
62+
If you do not have any **iOS** app (.ipa) and an **iOS Test** app (.ipa) file, you can run your sample tests on LambdaTest by using our sample :link: [XCUI app](https://prod-mobile-artefacts.lambdatest.com/assets/docs/prod-ios-app.ipa) and a sample :link: [XCUI Test App](https://prod-mobile-artefacts.lambdatest.com/assets/docs/prod-ios-test-app.ipa).
63+
64+
Download or Clone the code sample from the LambdaTest GitHub repository to run the tests on the SmartUI.
65+
<a href="https://github.com/LambdaTest/lambdatest-xcui" className="github__anchor"><img loading="lazy" src={require('../assets/images/icons/github.png').default} alt="Image" className="doc_img"/> View on GitHub</a>
6366
:::
6467

6568
## Step 1: Create a SmartUI Project
@@ -107,8 +110,7 @@ set LT_ACCESS_KEY="${ YOUR_LAMBDATEST_ACCESS_KEY()}"`}
107110
## Step 3: Update your App Configurations
108111

109112
> It should be in your app configurations then only you can perform the XCUI integration.
110-
111-
- Update this dependency in your test classes. You can do it as follows:
113+
- Update this [dependency](https://swiftpackageindex.com/LambdaTest/lambdatest-xcui) in your test classes. You can do it as follows:
112114

113115
```java
114116
import XCTest

0 commit comments

Comments
 (0)