Micro-frontend developed as an extension of the selfcare-dashboard-frontend using WebPack 5's module federation, in order to serve all the pages related to selfcare groups (list, detail, add, delete and edit).
It shares some common model with the container app: see selfcare-dashboard-frontend for details
This micro-frontend serve the micro-components listed in this section.
It will configure the routing to serve all the pages related to the selfcare groups entities
This component requires the props described into selfcare-dashboard-frontend
- yarn install
- yarn generate
Inside this micro-frontend has been developed a mock of the layout in order to allow to run and develop without the need to execute the container app (see selfcare-dashboard-frontend) Run the following command allow to serve the remote components locally and to run the mocked layout for local development
- yarn start
- REACT_APP_API_MOCK_PARTY_GROUPS=true
- yarn build
Ensure you have Yarn and Node.js installed on your machine. You can check their installation by running:
- node -v
- yarn -v
- cd e2e
- yarn install
- yarn playwright test --ui or --headed or --project