Skip to content

pagopa/pagopa-selfcare-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selfcare Backoffice Frontend

Quality Gate Status Integration Tests

Check the last report of integration test

https://pagopa.github.io/pagopa-selfcare-frontend/

To configure the workspace execute the following commands

yarn install

yarn generate

To execute locally a configured workspace execute the following command

  • yarn start

To execute locally mocking REST invocation, modify the file .env.development.local setting

  • REACT_APP_API_MOCK_PORTAL=true

To build a configured workspace execute the following command

yarn build

To execute a coverage check based on unit test execute the following command

yarn test:coverage