Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreas-bauer/visual-test-review
Visualizing GUI-based tests for Code Reviews
https://github.com/andreas-bauer/visual-test-review
Last synced: about 2 months ago
JSON representation
Visualizing GUI-based tests for Code Reviews
- Host: GitHub
- URL: https://github.com/andreas-bauer/visual-test-review
- Owner: andreas-bauer
- License: apache-2.0
- Created: 2024-02-02T14:05:16.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T12:15:59.000Z (11 months ago)
- Last Synced: 2024-10-15T22:27:58.644Z (3 months ago)
- Language: TypeScript
- Homepage: https://andreas-bauer.github.io/visual-test-review/
- Size: 219 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![CI Next.js](https://github.com/andreas-bauer/visual-test-review/actions/workflows/nextjs.yml/badge.svg)](https://github.com/andreas-bauer/visual-test-review/actions/workflows/nextjs.yml)# 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](./docs/architecture_overview.png)
## Frontend
See [frontend](./frontend) folder.
### Build
Install all dependencies:
```bash
npm install
```Run the development server:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Development
Before committing code, ensure the code style is followed by running:
```bash
npm run format:fix
```## License
Copyright © 2024 Andreas Bauer
This work (source code) is licensed under the [Apache-2.0](./LICENSE) license.