An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

![Build](https://github.com/InseeFr/Pearl-Jam/actions/workflows/release.yml/badge.svg)

# 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**)