public:projects:nervland:notes:0001_landjs_run_instructions

Initial setup and run instructions

  • To run the development version of the project, you use the command:
    landjs_serve
  • Then you open your web browser on page: http://localhost:4200/
  • Should display a simple image (currently, on 04/02/2022) with a checker board, and dynamically changing background:

  • To run the unit tests, the command is:
    landjs_test
  • This will currently (on 04/02/2022) run 29 tests with successfull results but very poor coverage:
    Chrome Headless 97.0.4692.99 (Windows 10): Executed 25 of 29 SUCCESS (0 secs / 0.198 secs)
    DEBUG: 'RenderContext7: Constructing.'
    Chrome Headless 97.0.4692.99 (Windows 10): Executed 28 of 29 SUCCESS (0 secs / 0.201 secs)
    DEBUG: 'Texture2DArray1: Loading Texture2DArray pixels...'
    Chrome Headless 97.0.4692.99 (Windows 10): Executed 28 of 29 SUCCESS (0 secs / 0.201 secs)
    DEBUG: 'Texture2DArray1: Generating Texture2DArray mipmaps...'
    Chrome Headless 97.0.4692.99 (Windows 10): Executed 28 of 29 SUCCESS (0 secs / 0.201 secs)
    Chrome Headless 97.0.4692.99 (Windows 10): Executed 29 of 29 SUCCESS (0.315 secs / 0.211 secs)
    TOTAL: 29 SUCCESS
    
    =============================== Coverage summary ===============================
    Statements   : 46.46% ( 1600/3444 )
    Branches     : 33.21% ( 359/1081 )
    Functions    : 44.05% ( 263/597 )
    Lines        : 46.39% ( 1485/3201 )
    ================================================================================
  • public/projects/nervland/notes/0001_landjs_run_instructions.txt
  • Last modified: 2022/02/04 11:59
  • by 127.0.0.1