Skip to content

Commit 3882067

Browse files
authored
adding new line in README for redability.
quick fix.
1 parent a6ce460 commit 3882067

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
* [Browsers & mobile devices for app-automate testing on BrowserStack](https://www.browserstack.com/list-of-browsers-and-platforms?product=app_automate)
2727
* [Using REST API to access information about your builds via the command-line interface](https://www.browserstack.com/app-automate/rest-api)
2828
* [Using Espresso with BrowserStack](https://www.browserstack.com/app-automate/espresso/get-started)
29-
* [Generating JUnit XML report or Test coverage report using Espresso with BrowserStack](https://www.browserstack.com/docs/app-automate/espresso/view-test-reports)
30-
example:
29+
* [Generating JUnit XML report or Test coverage report using Espresso with BrowserStack](https://www.browserstack.com/docs/app-automate/espresso/view-test-reports).
30+
example:
3131
curl -u "<username>:<password>" \
3232
-X POST "https://api-cloud.browserstack.com/app-automate/espresso/v2/build" \
3333
-d '{"app": "bs://<app_id>", "testSuite": "bs://<test_suite_id>", "devices": ["Google Pixel-8.0"], "coverage": true, "enableSpoonFramework": true }' \
34-
-H "Content-Type: application/json"
34+
-H "Content-Type: application/json"

0 commit comments

Comments
 (0)