Skip to content

reportportal/service-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e401e2 · May 17, 2024
Apr 22, 2024
May 17, 2024
Mar 27, 2024
Sep 2, 2019
May 15, 2023
Feb 19, 2024
Aug 24, 2023
May 16, 2023
Oct 17, 2019
Jun 17, 2022
Feb 29, 2024
Oct 9, 2023
Jan 23, 2018
Feb 19, 2024

Repository files navigation

UI service for Report Portal

License stackoverflow

Build Code Coverage GitHub release (latest SemVer) Docker Pulls

  1. Install nodejs (version 20 is recommended)

  2. Open console from the project root

  3. Run the command cd app

  4. Run the command npm install --legacy-peer-deps or npm ci --legacy-peer-deps

  5. Create file .env in app folder

PROXY_PATH='' // http://you_server:port/
  1. Run command npm run dev

  2. Open http://localhost:3000/ in browser