Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/korobochka/allure2-js-commons
Common helper for writing report files for Allure 2
https://github.com/korobochka/allure2-js-commons
allure allure-framework allure-report allure2 javascript typescript
Last synced: about 1 month ago
JSON representation
Common helper for writing report files for Allure 2
- Host: GitHub
- URL: https://github.com/korobochka/allure2-js-commons
- Owner: korobochka
- License: mit
- Created: 2017-12-28T15:15:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T14:38:47.000Z (over 6 years ago)
- Last Synced: 2024-10-12T17:27:11.596Z (2 months ago)
- Topics: allure, allure-framework, allure-report, allure2, javascript, typescript
- Language: TypeScript
- Size: 69.3 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# allure2-js-commons
Interface for Allure 2 to use from Javascript and TypeScript.
This is not intended to be used by the projects directly, only as a foundation for test framework reporters.NPM link: [allure2-js-commons](https://www.npmjs.com/package/allure2-js-commons)
### Implemented frameworks
* [Jasmine](https://github.com/korobochka/jasmine-allure2-reporter)
* [Cucumber.JS](https://github.com/korobochka/cucumberjs-allure2-reporter)### Authors
Ilya Korobitsyn