Skip to content

Commit 4b5131b

Browse files
authored
Merge pull request #49 from product-science/tre-923-build-upload-api-docs
TRE-923: Small improvements
2 parents 4722250 + 253c178 commit 4b5131b

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed
File renamed without changes.
File renamed without changes.

docs/ra-build-upload/overview.md docs/regression-analysis/overview.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Regression Analysis Build Uploading
1+
# Regression Analysis
2+
3+
## Build Uploading
24

35
To make the most of the Regression Analysis feature, it makes sense to incorporate build uploading into a CI/CD pipeline.
46

5-
## Overview
7+
### Overview
68

79
To upload builds to the PS Tool, follow these steps:
810

@@ -12,9 +14,11 @@ To upload builds to the PS Tool, follow these steps:
1214
4. Build an instrumented APK with the [UserFlow](/integration/android/user-flow/) library enabled
1315
5. Upload the instrumented APK to PS Tool
1416

15-
Steps 2-3 and 4-5 could be executed in parallel.
17+
After receiving a context ID, tasks could be parallelized: building and uploading the non-instrumented version (steps 2 and 3), and building and uploading the instrumented version (steps 4 and 5). The context ID has to be passed to both uploads.
18+
19+
The instrumented build is optional for uploading, however, it's recommended to upload as it will help to provide traces and insights in case of regression.
1620

17-
## HTTP API
21+
### HTTP API
1822

1923
Host: `productscience.app`
2024
Protocol: `HTTPS`
@@ -27,4 +31,4 @@ To access the API endpoints, you must supply your `productscience.token` from th
2731
Authorization: Bearer {YOUR_TOKEN}
2832
```
2933

30-
See all the API endpoints [here](/ra-build-upload/api).
34+
See all the API endpoints [here](/regression-analysis/api).

mkdocs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ nav:
2626
- Record + Upload:
2727
- Android: record-n-upload/android.md
2828
- iOS: record-n-upload/ios.md
29-
- RA Build Upload:
30-
- Overview: ra-build-upload/overview.md
31-
- API endpoints: ra-build-upload/api.md
32-
- cURL example: ra-build-upload/example.md
29+
- Regression Analysis:
30+
- Overview: regression-analysis/overview.md
31+
- API: regression-analysis/api.md
32+
- cURL example: regression-analysis/example.md
3333

3434
# Visual
3535
theme:

0 commit comments

Comments
 (0)