-
-
Notifications
You must be signed in to change notification settings - Fork 275
Integration Tests and Coverage
Akram El Assas edited this page Jul 3, 2025
·
1 revision
Below are the instructions to run integration tests and build coverage report.
- Follow the steps regarding the backend server in Run from Source documentation
- To run the integration tests, run the following commands:
cd ./backend
npm install
npm test
Integration tests are written in ./backend/__tests__/
folder.
Once you run integration tests, a coverage report is automatically built in:
./backend/coverage
You can also view the coverage report on coveralls or codecov.
Copyright © Akram El Assas. All rights reserved.
- Overview
- Software Architecture
- Install Guide (Self-hosted)
- Install Guide (Docker)
- Free SSL Setup Guide
- Setup Sentry
- Rental Date and Time Constraints
- Payment Gateways
- Setup Stripe
- Social Login Setup Guide
- Build Mobile App
- Demo Database
- Run from Source
- Run from Source (Docker)
- Run Mobile App
- Fork, Customize, and Sync
- Locations
- Auto‐Notification System
- Price Calculation
- Supplier Contracts
- Add New Language
- Add New Currency
- Logs
- Testing
- FAQ
- Release Notes
- Contribution Guide
- Code of Conduct