Git Product home page Git Product logo

wdio-reports-dashboard's Introduction

Automation Reporter

Automation reporter proposes a central way to display end to end results from automation frameworks. It uses the core reports to produce an unique one with several KPIs that are shown in the dashboard.

For the dashboard itself it's used the Gentella template (developed by Colorlib), customized for the goals of the Automation Reporter project. This template uses the default Bootstrap 3 styles along with a variety of powerful jQuery plugins and tools to create a powerful framework for creating admin panels or back-end dashboards.

Theme uses several libraries for charts, calendar, form validation, wizard style interface, off-canvas navigation menu, text forms, date range, upload area, form autocomplete, range slider, progress bars, notifications and much more.

Gentella

The source code is available at Github.

Automation frameworks reports support

Right now this is the list of framework reports supported:

More to be added in the future.

Requirements

In order to use this project and integrate the report data into the dashboard, it's important to:

  • Generate the automation frameworks reports to JSON output.
  • Place those into report-results.

The aggregated report is pushed into the final-report directory, which the dashboard will read from.

Installation

Before running the installation setup in the Makefile is necessary to have installed bower, npm and gulp globally.

After you have done that just run: make install.

Specs

Data report update

The resulting report from the aggregation is parsed by the server side and cached in the session storage, upon the first read. This means that on a new session it will load the data again on the first visit.

In case of the report file is replaced with a new one it's enough to open a new browser session to load the updated information.

Supported browsers and test states

In order to support the correct parse and rendering of all browsers and test states, it is necessary to define those values and the UI colors for each in the configuration file

If not mentioned, it can cause the test states to not be rendered or using the default colors provided by the libraries.

    passed: "#04af65",
    failed: "red",
    skipped: "#cccc00",
    skycon: "#73879C",
    chrome: "red",
    safari: "blue",
    firefox: "orange"

How to contribute

To contribute, please ensure that you have stable Node.js and npm installed.

Test if Gulp CLI is installed by running gulp --version. If the command isn't found, run npm install -g gulp. For more information about installing Gulp, see the Gulp's Getting Started.

If gulp is installed, follow the steps below.

  1. Fork and clone the repo.
  2. Run make, this will install all dependencies and open the dashboard on your default browser
  3. Now changes can be made to the project!
  4. Submit a pull request

License information

Automation Reporter is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software. But you always need to state that michaelDomingues is the original author of this template.

Project is developed and maintained by Michael Domingues.

wdio-reports-dashboard's People

Contributors

michaeldomingues avatar usmichael avatar

Watchers

 avatar  avatar

Forkers

rammohan630

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.