Skip to content

Commit cacb415

Browse files
Merge pull request #138 from reportportal/develop
Release 5.1.7
2 parents 5ac90c5 + 550ca17 commit cacb415

8 files changed

Lines changed: 735 additions & 1183 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @AmsterGet
1+
* @AmsterGet @AliakseiLiasnitski

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,10 @@ jobs:
127127
git checkout develop
128128
git merge master -Xtheirs --allow-unrelated-histories
129129
echo "${{ steps.bumpSnapshotVersion.outputs.next-version }}-SNAPSHOT" > ${{ env.versionFileName }}
130+
echo "patch" > ${{ env.versionFragmentFileName }}
130131
git status
131132
git add ${{ env.versionFileName }}
133+
git add ${{ env.versionFragmentFileName }}
132134
git commit -m "${{ needs.calculate-version.outputs.releaseVersion }} -> ${{ steps.bumpSnapshotVersion.outputs.next-version }}-SNAPSHOT"
133135
git push origin develop
134136

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Changed
2+
- `@reportportal/client-javascript` bumped to version `5.1.2`.
13

24
## [5.1.6] - 2023-12-19
35
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The full list of available options presented below.
6161
| launchUuidPrintOutput | Optional | 'STDOUT' | Launch UUID printing output. Possible values: 'STDOUT', 'STDERR'. Works only if `launchUuidPrint` set to `true`. |
6262
| includeTestSteps | Optional | false | Allows you to see the test steps at the log level. |
6363
| includePlaywrightProjectNameToCodeReference | Optional | false | Includes Playwright project name to code reference. See [`testCaseId and codeRef calculation`](#setTestCaseId). It may be useful when you want to see the different history for the same test cases within different playwright projects. |
64-
| extendTestDescriptionWithLastError | Optional | true | If set to `true` the last error log will be attached to the test case description and reported on the `error` log level |
64+
| extendTestDescriptionWithLastError | Optional | true | If set to `true` the latest error log will be attached to the test case description. |
6565
| uploadVideo | Optional | true | Whether to attach the Playwright's [video](https://playwright.dev/docs/api/class-testoptions#test-options-video) to the test case. |
6666
| uploadTrace | Optional | true | Whether to attach the Playwright's [trace](https://playwright.dev/docs/api/class-testoptions#test-options-trace) to the test case. |
6767
| token | Deprecated | Not set | Use `apiKey` instead. |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.6
1+
5.1.7-SNAPSHOT

0 commit comments

Comments
 (0)