https://github.com/inseefr/pearl-jam
Case management web application for Computer-Assisted Personal Interviewing (CAPI)
https://github.com/inseefr/pearl-jam
transverse-component
Last synced: 8 months ago
JSON representation
Case management web application for Computer-Assisted Personal Interviewing (CAPI)
- Host: GitHub
- URL: https://github.com/inseefr/pearl-jam
- Owner: InseeFr
- License: mit
- Created: 2020-04-03T14:08:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:10:29.000Z (over 1 year ago)
- Last Synced: 2024-10-29T10:56:52.711Z (over 1 year ago)
- Topics: transverse-component
- Language: JavaScript
- Size: 2.33 MB
- Stars: 0
- Watchers: 10
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Pearl Jam
Case management web application for Computer-Assisted Personal Interviewing (CAPI)
## Running Unit Tests
Unit Tests use the **Vitest** framework. You can run these tests with the following command:
```shell
yarn test
yarn test --coverage
```
## Running Playwright Tests
We can also run end-to-end test thank to **Playwright**.
```
npx playwright test
npx playwright test --ui
```
Before executing the test, we will :
- build the project (in order to be sure that the test are running on the production-ready application)
- launch a static server (thanks to **npx serve**)