ProjectEx
User Guide
Developer Guide
About Us
Search
Home
User Guide
Quick Start
Features
FAQ
Developer Guide
Setting Up
Tutorial: Tracing code
Design
Implementation
Project Guides
Documentation
Testing
Configuration
DevOps
Appendix
Requirements
About Us
Contributor Portfolio Template
Testing guide
This page can be used to understand the testing processes.
Running tests
Method 1: Using script
Create script for running tests in package.json
Open a console and run the command for the script, like
npm run test
Types of tests
This project has two types of tests:
1. Unit tests
2. Integration tests
Testing guide
Running tests
Types of tests