Skip to content

Commit

Permalink
Bump cypress-xray-plugin from 7.1.0 to 7.2.0 (#371)
Browse files Browse the repository at this point in the history
* Update `CHANGELOG.md`

* Bump cypress-xray-plugin from 7.1.0 to 7.2.0

* Update `CHANGELOG.md`
  • Loading branch information
csvtuda authored Aug 11, 2024
1 parent 2eb2fd2 commit 4b5a897
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,36 @@
# Changelog

# `7.2.0`

## Notable changes

- Added `jira.testExecutionIssue` option ([#372](https://github.com/Qytera-Gmbh/cypress-xray-plugin/pull/372))

- Deprecated `jira.testExecutionIssueDescription` option

- Deprecated `jira.testExecutionIssueKey` option

- Deprecated `jira.testExecutionIssueSummary` option

- Deprecated `jira.testExecutionIssueType` option

- Added `http.rateLimiting` options ([#373](https://github.com/Qytera-Gmbh/cypress-xray-plugin/pull/373))

## Dependency updates

- Bump @bahmutov/cypress-esbuild-preprocessor from 2.2.1 to 2.2.2

- Bump @badeball/cypress-cucumber-preprocessor from 20.1.0 to 20.1.1

- Bump semver from 7.6.2 to 7.6.3

- Bump cypress from 13.10.0 to 13.13.2

# `7.1.0`

> [!NOTE]
> This version includes a complete rewrite of the plugin for maintainability reasons.
> From a user perspective, it should now be slightly faster overall due to parallelization of feature file or result uploads.
> From a user perspective, it should now be slightly faster overall due to concurrency of feature file or result uploads.
> Its output has also been cleaned up and it will now only jump into action at the end of a Cypress run once all tests have concluded.
> If any bugs have slipped through the extensive unit and integration tests, [please file a bug](https://github.com/Qytera-Gmbh/cypress-xray-plugin/issues).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-xray-plugin",
"version": "7.1.0",
"version": "7.2.0",
"description": "A Cypress plugin for uploading test results to Xray (test management for Jira)",
"types": "index.d.ts",
"author": "csvtuda",
Expand Down

0 comments on commit 4b5a897

Please sign in to comment.