Skip to content

eclipse-xpanse/xpanse-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

607af58 · Feb 18, 2025
Feb 5, 2025
Feb 9, 2025
Feb 18, 2025
Jun 30, 2024
Feb 11, 2025
Jan 28, 2025
Nov 18, 2024
Feb 13, 2025
Nov 18, 2024
Dec 3, 2024
May 16, 2024
May 17, 2024
Dec 23, 2023
Dec 23, 2023
Aug 19, 2024
Aug 17, 2023
Nov 26, 2024
May 16, 2023
Nov 26, 2024
May 16, 2024
Jan 28, 2025
Feb 18, 2025
Feb 18, 2025
Nov 27, 2024
Nov 27, 2024
May 23, 2024

Repository files navigation

Github Actions Build Status code style: prettier coverage

Xpanse UI

This is the frontend for the Xpanse project which allows cloud service providers to register managed services to the service catalog and also for end users to deploy services from the service catalog and manage them.

Development Setup

Documentation can be found on the project website here

Unit Tests

We use jest framework for unit testing React components.

To add unit tests, add a folder called __tests__ folder closet to the component under test. This is also the recommendation from jest framework. The framework automatically loads all tests under __tests__ folder.

Run Tests from Command Line

Tests can be executed using the command below:

npm run test

Dependencies File

All third-party related content is listed in the DEPENDENCIES file.