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
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Step 2: Once setup is done, you will see like
20
20
21
21
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)
22
22
23
-
Step 4: For Github Status updates on PR/ commit need to add capabilities in test suite, code snippet
23
+
Step 4: For Github Status updates on PR/ commit need to add capabilities in test suite,
24
24
25
25
```
26
26
github: {
@@ -31,11 +31,10 @@ Step 4: For Github Status updates on PR/ commit need to add capabilities in test
31
31
},
32
32
```
33
33
34
-
Step5: How to get the github.url value in test suite
34
+
Step5: How to get the `github.url` value in test suite
35
35
36
-
Here we have taken an example of github action to get the github.url
36
+
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)
37
37
38
-
Add below steps in your github action file .github/workflows/ci.yml
39
38
```
40
39
name: Execute SmartUI Test with Github App Integration
0 commit comments