Skip to content

Commit

Permalink
feat: upgrade docs, address #66,#71
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelex committed Jun 14, 2021
1 parent 2e06e86 commit c9a0a09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

```js
const allureWriter = require('@shelex/cypress-allure-plugin/writer');
// import * as allureWriter from "@shelex/cypress-allure-plugin/writer";
module.exports = (on, config) => {
allureWriter(on, config);
Expand Down Expand Up @@ -158,6 +159,7 @@ There are also existing solutions that may help you prepare your report infrastr
- [Allure docker service](https://github.com/fescobar/allure-docker-service) - highly customizable feature-rich container
- [Allure Server](https://github.com/kochetkov-ma/allure-server) - self-hosted portal with your reports
- [allure-reports-portal](https://github.com/pumano/allure-reports-portal) - another portal which allows to gather reports for multiple projects in single ui
- [allure-static-booster](https://gitlab.com/seitar/allure-static-booster/-/tree/master/) - solution for generating self-hosted Allure report on GitLab pages including the tables with results, pipeline links and navigation between the different Allure reports.
- [Github Action](https://github.com/simple-elf/allure-report-action) - report generation + better implementation for historic reports described above
- [Allure TestOps](https://docs.qameta.io/allure-testops/) - Allure portal for those who want more than report

Expand Down

0 comments on commit c9a0a09

Please sign in to comment.