Skip to content

Commit 6ec2744

Browse files
committed
feat(ci/cd): enhance CI/CD testing and deployment pipelines
1 parent c771b55 commit 6ec2744

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,24 @@ npm test
921921
922922
The test results will be displayed in the console.
923923
924+
**Watch Mode:** To run tests in watch mode, which automatically re-runs tests on file changes, use:
925+
926+
```bash
927+
npm test:watch
928+
```
929+
930+
**Coverage Report:** To generate a code coverage report, use:
931+
932+
```bash
933+
npm test:coverage
934+
```
935+
936+
**Mocha and Chai tests:** In addition to the Jest tests, the project also includes Mocha and Chai tests for the application. These tests can be run using:
937+
938+
```bash
939+
npm run test:mocha
940+
```
941+
924942
## **Contributing**
925943
926944
Contributions are welcome! Please fork the repository, create a feature branch, and submit a pull request:

0 commit comments

Comments
 (0)