Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Latest commit

 

History

History
47 lines (35 loc) · 1.94 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.94 KB

Functional Tester

Business app which lets you keep your manual tests and related bugs in one place along with executing step by step test cases. Created with React.
View Demo

Table of content

General info

App works with mock server which delivers you logins and passwords to already created projects (also data will be randomized each time with Faker.js).
There are 3 roles: Developer, who works to resolve bugs; Tester, who works to run test cases and reports bugs and Project Manager, who invited and deletes users from project. Some routes are secured so you need to log in to enter them. Authorization uses JWT.
Logged user will be able to see dashboard with charts and statistics about current project.
App delivers 404 page, error page (built with React Error Boundary), spinners for asynchronous loading and notifications for actions for better UX.

Screenshots

Dashboard Bugs

Technologies and methodologies

Setup

To view the website simply click here.
If you want to build the website on your own, clone the repo, use yarn install and yarn start.

Contact

Created by Jędrzej Ratajczak (@nilphym) - feel free to contact me!