Skip to content

reportportal/service-ui

Folders and files

NameName
Last commit message
Last commit date
Oct 24, 2024
Feb 12, 2025
Jun 24, 2024
Sep 2, 2019
May 15, 2023
Sep 20, 2024
Aug 24, 2023
May 16, 2023
Oct 17, 2019
Jun 17, 2022
Apr 19, 2024
Oct 14, 2024
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