Skip to content

Drowser Studio is a robust and intuitive app designed to help users track, visualize, and analyze the performance of various tests over time. πŸ“ˆπŸš€

License

Notifications You must be signed in to change notification settings

kinotio/drowser-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Drowser Studio

Demo

build license tags latest size

Drowser Studio is a robust and intuitive app designed to help users track, visualize, and analyze the performance of various tests over time. πŸ“ˆπŸš€

This Drowser Studio depend from reports collected from the Drowser Deno Package who is available on Denoland πŸ¦•

You can find the Drowser lib from Denoland here

Usage

Pull directly the Drowser image from the Github Container Registry:

docker pull ghcr.io/kinotio/drowser-studio:latest

And run it

docker run --name kinotio_drowser_studio -p 3000:3000 -d ghcr.io/kinotio/drowser-studio:latest

Features

Visualize

We're still working with this feature to get able to visualize the report data πŸ‘οΈβ€πŸ—¨οΈ

Drowser AI

We're still working with this feature to get able to ask the AI to get a prediction and analyse from the test data πŸ› οΈπŸ€–

Playground

We're still working with this feature to get able to write directly from the platform app instead of using the Drowser Deno lib πŸ› οΈβœπŸ»

Build from source

You can use Docker to use it as service inside a container or test it in your local machine Clone the repository and change directory to be inside of the repository directory and run these commands

Build the Docker image with this command

docker build -t kinotio/drowser-studio .

And, run it with this

docker run --name kinotio_drowser_studio -p 3000:3000 -d kinotio/drowser-studio

License

This project is licensed under the MIT License - see the LICENSE file for details.