Git Product home page Git Product logo

Comments (7)

kloostert avatar kloostert commented on May 12, 2024

The most recent commit in the development branch contains an implementation of the functionality for unit test results grouping by the endpoints that they hit. Running the Dashboard on a very simple app results in the following 'Test Monitor' page:
screenshot
It shows two simple endpoints, with their corresponding color in the header.
On clicking the header, the unit test results for that specific endpoint are shown (like for 'static').
Is this more or less what you had in mind?

from flask-monitoringdashboard.

mircealungu avatar mircealungu commented on May 12, 2024

that is cool @kloostert !

do i have to migrate the DB/code in any way
to try it out on the server? or can i simply
pull the latest version on the dev branch?

what are main and static in the image?

the run-times in the table ... are they
for the test or for the endpoint?

from flask-monitoringdashboard.

kloostert avatar kloostert commented on May 12, 2024

Migration of the DB should be done automatically by the code.

But, when running the dashboard of the development branch on the server, the 'Test Monitor' page will be inaccessible, since it will not yet have any grouped unit test data (which it should receive from Travis).
Maybe it's an idea to set up the Travis part first, such that this data can be provided?

In the image, 'main' and 'static' are endpoint names of the small Flask app that I used for testing purposes.

The run-times in the table are left untouched and so they are the same as before (those are execution times for the tests).

from flask-monitoringdashboard.

kloostert avatar kloostert commented on May 12, 2024

I can do the Travis setup and configuration for this new functionality, but it seems that the current build of Zeeguu-API is not able to get through the setup phase. The Travis log says:
error: newspaper3k 0.2.5 is installed but newspaper3k==0.2.2 is required by {'watchmen'}
The command "python setup.py develop" failed and exited with 1 during .

from flask-monitoringdashboard.

mircealungu avatar mircealungu commented on May 12, 2024

from flask-monitoringdashboard.

FlyingBird95 avatar FlyingBird95 commented on May 12, 2024

Is this issue resolved now? @mircealungu @kloostert

from flask-monitoringdashboard.

mircealungu avatar mircealungu commented on May 12, 2024

Indeed.

from flask-monitoringdashboard.

Related Issues (20)

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.