Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 781 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 781 Bytes

CDS UI

CDS/UI is a webclient for CDS

This project was generated with angular-cli.

Development server

Run npm start for a dev serveur.

Navigate to http://localhost:4200/.

The app will automatically reload if you change any of the source files.

API Url can be change here: src/environments/environment.ts .

Running unit tests

Run npm test to execute the unit tests.

Running e2e tests

Export template files:

export templateLogin=$(cat login.template)

export templateCreateProject=$(cat create.project.template)

Run test:

venom run loginUser.yml --var cds.build.url=<your_cds_ui_url> --var cds.build.user=<your_cds_user> --var cds.build.user_password=<your_cds_password> --output-dir results --details low