- [minor] support log groups by @mmisty in #165
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v2.2.2...v2.3.0
- [patch] fixed synchronous logs addition plus added tests for assertions by @mmisty in #164
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v2.2.1...v2.2.2
- [tech] Bump webpack from 5.92.0 to 5.92.1 by @dependabot in #158
- [patch] fix steps statuses when several assertions for one command by @mmisty in #163
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v2.2.0...v2.2.1
- do not throw within test events by @mmisty in #155
- [minor] mark parent step as broken when children have errors and uncaught exception support by @mmisty in #157
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v2.1.0...v2.2.0
- [tech] Added test for issue 119 and 152 by @mmisty in #153
- [minor] Tests refactoring and fix tests creation for failure in afterEach hook by @mmisty in #154 (fixes issue #71 )
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v2.0.10...v2.1.0
- [patch] Fix suite structure when before hook fails in nested suite - fixes issue #95 and issue #149 by @mmisty in #151
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v2.0.9...v2.0.10
- [#120] [patch] Fix: screenshots are not being added for tests with failed global hooks (i.e. before hook used without describe) by @mmisty in #150
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v2.0.8...v2.0.9
- More test fixes by @mmisty in #148
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v2.0.7...v2.0.8
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v2.0.5...v2.0.7
- [patch] proper ws events registration by @mmisty in #145
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v2.0.4...v2.0.5
- [patch] fix meta info readme by @mmisty in #144
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v2.0.2...v2.0.4
- [tech] Bump @types/uuid from 9.0.8 to 10.0.0 by @dependabot in #140
- [tech] Update issue templates by @mmisty in #142
- [patch] fix readme by @mmisty in #143
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v2.0.1...v2.0.2
- [patch] [tech] added cypress badges by @mmisty in #141
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v2.0.0...v2.0.1
This is NOT a breaking change - just version bumping to have stable version semantics (>=1.x.x), plus small tech package updates:
- Bump cypress from 13.11.0 to 13.12.0 by @dependabot in #138
- Bump nyc from 15.1.0 to 17.0.0 by @dependabot in #139
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v0.16.14...v2.0.0
This is NOT a breaking change - just version bumping to have stable version semantics (>=1.x.x), plus small tech package updates:
- Bump cypress from 13.11.0 to 13.12.0 by @dependabot in #138
- Bump nyc from 15.1.0 to 17.0.0 by @dependabot in #139
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v0.16.14...v1.16.4
- [patch] Fix console.log by @mmisty in #135
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v0.16.12...v0.16.14
- add dependabot by @mmisty in #128
- Bump typescript from 4.9.5 to 5.4.5 by @dependabot in #132
- Bump uuid from 9.0.1 to 10.0.0 by @dependabot in #129
- Bump eslint-config-prettier from 8.10.0 to 9.1.0 by @dependabot in #131
- Bump husky from 8.0.3 to 9.0.11 by @dependabot in #133
- [patch] fix vulnerability in ws by @mmisty in #127
- fix build by @mmisty in #134
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v0.16.11...v0.16.12
- [patch] update packs by @mmisty in #125
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v0.16.9...v0.16.10
- [#11] [patch] Fix attaching screenshots for failures in before hook by @mmisty in #118
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v0.16.8...v0.16.9
- [patch] increase step length by @mmisty in #109
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v0.16.7...v0.16.8
- [patch] add global hooks to child suites by @mmisty in #117
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v0.16.6...v0.16.7
- [tech] Fix server tests for plugins by @mmisty in #115
- [patch] nested suites - add Before and After hooks to child suites (#7) by @mmisty in #116
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v0.16.5...v0.16.6
- [#112] all the tests are shown under root suite by @mmisty in #113
- [patch] update README.pack.md by @mmisty in #114
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v0.16.4...v0.16.5
- [patch] error handling by @mmisty in #99
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v0.16.3...v0.16.4
- Fix docs testParameter by @DamirPecnik in #93
- [patch] update history id on updating test title by @mmisty in #98
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v0.16.2...v0.16.3
- [patch] Fix attach warning by @mmisty in #92
Full Changelog: https://github.com/mmisty/cypress-allure-adapter/compare/v0.16.1...v0.16.2
- [patch] fixes for isse #88 - fixed describe.only and describe.skip
- [minor] setting to attach screenshots to a steps by options to cy.screeshot command
- [patch] fix moving test attachments during execution for test
- [patch] minor packages updates
- [patch] fix of corner case with custom commands in #75
- [minor] Add historyId to interface in #74
- [patch] small defect fixes in #73
- [patch] fix tags showing in #70
- [patch] Fix before after for gherkin in #67
- [minor] Gherkin support in #49
- [patch] fix tags integration in #63
- special tags integration - can use
@issue("ABC-123")
(and other meta tags like parentSuite, suite etc) in title or in configuration object likeit("test", { tags: ['@issue("ABC-123")'] }, () => { // ... });
- [tech] update cypress 13.3.4
- fix of #59 issue
- small local dependancy issue
- [TestOps] watcher improvements - realtime results for all tests
- [TestOps] watcher improvements - realtime results for passed tests
- [#35] issue - add possibility to skip hooks by env var
allureSkipSteps
- [#34] issue - fix for long assertions text missing PR-36
- [#34] issue - missing assertions PR-35
- [fix] await for result to be written on test ending PR-33
- fix descrtructuring video when no video results PR-31
- fix engines and support cypress versions > 11
- fix attaching requests for cypress 13.x
- added suite, parentSuite and subSuite to interface
- [tech] update cypress version to 13.0.0, check that compatible
- fix error
Cypress detected that you returned a promise from a command while also invoking one or more cy commands in that promise.
for commands that return promises (ex.cypress-real-events
plugin)
- fix license field
- added imports by ECMA2015 syntax like
import '@mmisty/cypress-allure-adapter'
- environment variable to switch on and off cypress commands logging (
allureLogCyCommands: 'true'
) - environment variable to wrap specific commands (allureWrapCustomCommands)
- commands can be excluded by
allureWrapCustomCommands: '!qaId,!cust',
- all should have!
before command name - or can be included
allureWrapCustomCommands: 'qaId'
- commands can be excluded by
- requests improvements
- fix for wrapping custom commands that doesn't return anything but have subject
- fixes with attaching requests files
- writeCategoriesDefinitions interface improved to allow file path instead of categories array as argument
- ability to endStep with status
- custom commands logging (child commands will be grouped)
- setting to disable warning about duplicates
- fixes to attach videos by Allure TestOps
- setting to attach videos only for unsuccessfull results
- setting to attach requests
Initial version