mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
feat(docs): report.md update and refactored tests
This commit is contained in:
@@ -55,7 +55,7 @@ to a background worker service via the Message queue.
|
||||
- The stored transactions are encrypted in the DB for security reasons.
|
||||
- For every pull request the full APP is deployed on a separate URL and the tests are run by github CI/CD
|
||||
- On every push to main, the production app is automatically updated
|
||||
-
|
||||
- UI is responsive for mobile devices
|
||||
|
||||
### Components
|
||||
|
||||
@@ -281,13 +281,13 @@ bash test-with-ephemeral-mariadb.sh
|
||||
|
||||
|
||||
### Unit Tests
|
||||
There are only 3 basic unit tests, since our services logic is very simple
|
||||
There are only 5 basic unit tests, since our services logic is very simple
|
||||
```bash
|
||||
bash test-with-ephemeral-mariadb.sh --only-unit
|
||||
```
|
||||
|
||||
### Integration Tests
|
||||
There are 11 basic unit tests, testing the individual backend API logic
|
||||
There are 9 basic unit tests, testing the individual backend API logic
|
||||
```bash
|
||||
bash test-with-ephemeral-mariadb.sh --only-integration
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user