load-and-test

Installation
SKILL.md

Run the following commands sequentially from the cap/ directory. Each step depends on the previous one succeeding.

Steps

  1. Build CDS artifacts and typed models

    cd cap && npm run build
    

    This runs cds build and regenerates @cds-models/ via @cap-js/cds-typer.

  2. Reload SQLite fixture data

    cd cap && npm run load_sqlite
    

    Runs convertData.js with the SQLite profile to populate db.sqlite.

Installs
1
GitHub Stars
89
First Seen
May 16, 2026
load-and-test — sap-samples/cloud-cap-hana-swapi