Skip to content

WangLiNaruto/xpanse-ui

This branch is 174 commits ahead of, 33 commits behind eclipse-xpanse/xpanse-ui:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 6, 2025
Feb 19, 2025
Feb 25, 2025
Jun 30, 2024
Mar 6, 2025
Mar 6, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
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
Mar 10, 2025
Mar 10, 2025
Nov 27, 2024
Nov 27, 2024
May 23, 2024

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.1%
  • CSS 2.5%
  • Other 0.4%