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
- Host: GitHub
- URL: https://github.com/reportportal/service-ui
- Owner: reportportal
- License: apache-2.0
- Created: 2016-09-14T12:38:54.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2025-05-06T09:38:28.000Z (about 2 months ago)
- Last Synced: 2025-05-06T20:56:48.779Z (about 2 months ago)
- Topics: automation, react, reactjs, redux, report-portal, reportportal, rp, test-automation, testing-tools
- Language: JavaScript
- Homepage:
- Size: 78.5 MB
- Stars: 61
- Watchers: 29
- Forks: 106
- Open Issues: 33
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# UI service for Report Portal
[](https://opensource.org/licenses/Apache-2.0)
[](http://stackoverflow.com/questions/tagged/reportportal)[](https://github.com/reportportal/service-ui/actions/workflows/build.yml)
[](https://codecov.io/gh/reportportal/service-ui)
[](https://github.com/reportportal/service-ui/releases/latest)
[](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