Skip to content

Commit

Permalink
Bump cypress-xray-plugin from 7.0.1 to 7.1.0 (#348)
Browse files Browse the repository at this point in the history
* Bump cypress-xray-plugin from 7.0.1 to 7.1.0

* Fix typo in `CHANGELOG.md`
  • Loading branch information
csvtuda authored Jun 24, 2024
1 parent 7079998 commit 4f006d7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

# `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.
> 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).
## Notable changes

- Added `xray.status.step` options ([#347](https://github.com/Qytera-Gmbh/cypress-xray-plugin/pull/347))

## Dependency updates

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

# `7.0.1`

## Notable changes
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.0.1",
"version": "7.1.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 4f006d7

Please sign in to comment.