Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Jun 26, 2024
1 parent 447001e commit 58e34b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Changed
- `@reportportal/client-javascript` bumped to version `5.1.4`.
### Security
- Updated versions of vulnerable packages (braces).

## [5.1.8] - 2024-04-11
### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm install --save-dev @reportportal/agent-js-playwright
import { PlaywrightTestConfig } from '@playwright/test';

const RPconfig = {
apiKey: '00000000-0000-0000-0000-000000000000',
apiKey: '<API_KEY>',
endpoint: 'https://your.reportportal.server/api/v1',
project: 'Your reportportal project name',
launch: 'Your launch name',
Expand Down

0 comments on commit 58e34b0

Please sign in to comment.