andreas-bauer / visual-test-review

Visualizing GUI-based tests for Code Reviews

Home Page:https://andreas-bauer.github.io/visual-test-review/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License CI Next.js

Visual Test Review

Visualizing GUI-based tests for Code Reviews

Architecture

The following diagram shows an overview of the planned architecture. It will be updated as the project progresses and the requirements are gathered.

architecture

Frontend

See frontend folder.

Build

Install all dependencies:

npm install

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Development

Before committing code, ensure the code style is followed by running:

npm run format:fix

License

Copyright © 2024 Andreas Bauer

This work (source code) is licensed under the Apache-2.0 license.

About

Visualizing GUI-based tests for Code Reviews

https://andreas-bauer.github.io/visual-test-review/

License:Apache License 2.0


Languages

Language:TypeScript 74.1%Language:CSS 15.5%Language:JavaScript 10.4%