Skip to content

Commit

Permalink
EPMRPP-80662 || Code review fixes - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1ble committed Nov 10, 2022
1 parent 97d2e2f commit 34be32e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### Added
- Reporting API method `addParameters`
- Default browser parameters to steps

## [5.0.3] - 2022-10-05
### Added
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,6 @@ Examples:
```javascript
// Jasmine
describe('test item', () => {
ReportingApi.addParameters([
{
key: 'testKey',
value: 'testValue',
},
{
value: 'testValue_2',
},
]);
it('test with parameters', () => {
ReportingApi.addParameters([
{
Expand Down

0 comments on commit 34be32e

Please sign in to comment.