drowser-studio

A easy way to implement and write Selenium with TypeScript using Deno 🦕

MIT License

Stars
5

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.