Go to file
nguyentrungthat b9598f9351 Refactor log rule handling and enhance test session logic
Replaces per-rule application with a unified error-based approach in log processing. Expands and clarifies log rules, introduces deduplication and error counting in TestSession, and updates types to support richer error and result reporting. Improves final result output for better clarity and debugging.
2025-12-19 15:42:02 +07:00
BACKEND Refactor log rule handling and enhance test session logic 2025-12-19 15:42:02 +07:00
FRONTEND Enable scenario run and reporting, adjust UI elements 2025-12-18 08:12:23 +07:00
.gitignore change gitignore 2025-11-26 08:41:19 +07:00
README.md Update gom lại các thư mục, add input history 2025-12-06 10:36:59 +07:00

README.md

BACKEND

1. Copy .env.example -> .env

2. npm install

3. node ace migration:run

4. npm run dev

FRONTEND

1. Copy .env.example -> .env

2. npm install

3. npm run dev

Server Redis

1. sudo apt install redis-server

2. sudo systemctl enable redis-server

3. sudo systemctl start redis-server