A frontend for a dashboard. Customers can monitor their software and view their test results on the dashboard. There are various charts that summarize the results. They can also view details such as screenshots or videos. Its worth mentioning, that this is just the frontend which displays mock data. One would ideally use this in the following way:
Automate E2E-tests of a software. Setup a server/pipeline etc which executes the tests frequently e.g. every 10 minutes. The test results are directly sent to a database which in turn has to be connected to the dashboard frontend. The dashboard would then display the results.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm installStart the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewTo see a demo of this, you can login with (Mail: demo@mail.de; PW: JZecn@ug$K) on a deployed version with some mock data.