Skip to content

Commit 8945b23

Browse files
committed
fix README file
1 parent 5e6fb72 commit 8945b23

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Step 2: Once setup is done, you will see like
2020

2121
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)
2222

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,
2424

2525
```
2626
github: {
@@ -31,11 +31,10 @@ Step 4: For Github Status updates on PR/ commit need to add capabilities in test
3131
},
3232
```
3333

34-
Step5: How to get the github.url value in test suite
34+
Step5: How to get the `github.url` value in test suite
3535

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)
3737

38-
Add below steps in your github action file .github/workflows/ci.yml
3938
```
4039
name: Execute SmartUI Test with Github App Integration
4140
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)