Skip to content

reportportal/service-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cb4c86a · May 12, 2022
Jan 31, 2022
May 12, 2022
May 13, 2021
Jan 25, 2022
Sep 2, 2019
Apr 30, 2020
Jul 28, 2017
Aug 3, 2017
Jan 31, 2022
Mar 25, 2022
Apr 30, 2020
Oct 12, 2021
Oct 12, 2021
Dec 13, 2019
Oct 17, 2019
Dec 30, 2021
Nov 10, 2021
Apr 19, 2022
Jan 23, 2018
May 13, 2021

Repository files navigation

UI service for Report Portal

License stackoverflow

Build Code Coverage GitHub release (latest SemVer) Docker Pulls

  1. Install nodejs (minimum required version 10)

  2. Open console from the project root

  3. Run the command cd app

  4. Run the command npm install

  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