Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cypress-xray-plugin from 7.0.1 to 7.1.0 #348

Merged
merged 2 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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