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 1 year 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T12:15:59.000Z (over 2 years ago)
- Last Synced: 2025-01-29T20:49:10.898Z (over 1 year 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
[](https://opensource.org/licenses/Apache-2.0)
[](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.

## 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.