Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial decorators support (fixes allure-framework#7).
- Added a separate `allure-decorators` module to allow setting framework-specific Allure implementation explicitly in a client code. - Created core decorators for the main Allure functions like step, attachments, issue, etc. - Added a testdeck extension for data-driven tests. Note that testdeck currently supports only Mocha, Jasmine and Jest. Any other integrations should be additionally discussed and designed. - Updated outdated typescript linter dependencies that caused issues while creating a new module. Note that this update introduced some failures in the other modules (primarily related to shadow/unknown objects), that were fixed within this commit.
- Loading branch information