Skip to content

Technical Documentation

TeresaCerdeiraSAP edited this page Aug 23, 2023 · 88 revisions

Before any new PR is done, a test case should run following the steps described below:

  1. Rename src/ to _src/
  2. $ npm run init
  3. Delete the new src/ and rename _src/ to src/
  4. $ npm run build
  5. Check if everything is ok in the folder /build including the imported JS files on the screen-sets
  6. $ npm start
  7. Check if features look okay in the preview and without errors in the console
  8. $ npm run deploy
  9. Validate if configurations on /build were correctly sent to CDC

Clone this wiki locally