Provides a powerful real-time reporting dashboard for automated test results, visualize your last execution with cool charts and show What Went Right and What Went Wrong. Ease of integration with any existing automated process made simple to use.
npm i dashboardpro
or
npm install dashboardpro --save
Save the below code into any file. ex, index.js
# index.js
const dashboard = require('dashboardpro');
dashboard.createjsfiles("./results");
Run the index.js file in node
node index.js
#.gitlab-ci.yml
image: node:latest
pages:
stage: deploy
script:
- npm install
- npm update
- node index.js
- mv report public
artifacts:
paths:
- public
only:
- master
Click the star icon ⭐ at the top-right corner of this page to show your appreciation.
We're open to any contribution. It has to be tested properly though.
Copyright © 2020 MIT License