An open API service indexing awesome lists of open source software.

https://github.com/reportportal/service-ui

UI service for ReportPortal
https://github.com/reportportal/service-ui

automation react reactjs redux report-portal reportportal rp test-automation testing-tools

Last synced: about 2 months ago
JSON representation

UI service for ReportPortal

Awesome Lists containing this project

README

        

# UI service for Report Portal

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![stackoverflow](https://img.shields.io/badge/reportportal-stackoverflow-orange.svg?style=flat)](http://stackoverflow.com/questions/tagged/reportportal)

[![Build](https://github.com/reportportal/service-ui/actions/workflows/build.yml/badge.svg)](https://github.com/reportportal/service-ui/actions/workflows/build.yml)
[![Code Coverage](https://codecov.io/gh/reportportal/service-ui/branch/master/graph/badge.svg)](https://codecov.io/gh/reportportal/service-ui)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/reportportal/service-ui?sort=semver)](https://github.com/reportportal/service-ui/releases/latest)
[![Docker Pulls](https://img.shields.io/docker/pulls/reportportal/service-ui.svg?maxAge=159200)](https://hub.docker.com/r/reportportal/service-ui/)

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/
```

6. Run command `npm run dev`

7. Open `http://localhost:3000/` in browser