Skip to content

Commit 5a9ea72

Browse files
Update rp client version (#39)
* added unit test framework * updated rp-client package
1 parent 72c4514 commit 5a9ea72

File tree

6 files changed

+1129
-4846
lines changed

6 files changed

+1129
-4846
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Before submitting this PR, please ensure that you have completed the following:
44
- [ ] Updated the `packages.json` if necessary.
55
- [ ] Checked that there aren't other open pull requests for the same issue/update.
66
- [ ] Checked that your contribution follows the project's contribution guidelines.
7+
- [ ] Unit tests pass
78

89
## Description
910

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/
22
test-e2e/token.json
33
test-e2e/report
44
.idea/
5+
coverage/

CHANGELOG.MD

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
## 0.14.0
2+
- updated rp-client package
23
- added config parameter for placing tags to attributes or description (default)
3-
4-
## 0.13.2
5-
- updated version to 0.13.2
64
- pull request template added to reduce human factor
75

86
## 0.13.1

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ add formatter to config.js
1111
module.exports = {
1212
default: {
1313
format: [
14-
'@qavajs/format-report-portal'
14+
['@qavajs/format-report-portal', 'report/rp.out']
1515
],
1616
formatOptions: {
1717
rpConfig: {

0 commit comments

Comments
 (0)