https://github.com/igor-starostenko/report_factory-web
React based web app for ReportFactory
https://github.com/igor-starostenko/report_factory-web
dashboard qa qatools react redux report-factory rspec testing tests
Last synced: 4 months ago
JSON representation
React based web app for ReportFactory
- Host: GitHub
- URL: https://github.com/igor-starostenko/report_factory-web
- Owner: igor-starostenko
- License: mit
- Created: 2017-11-26T05:58:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T06:42:51.000Z (over 6 years ago)
- Last Synced: 2025-10-18T22:40:44.441Z (8 months ago)
- Topics: dashboard, qa, qatools, react, redux, report-factory, rspec, testing, tests
- Language: JavaScript
- Homepage: https://github.com/igor-starostenko/report_factory
- Size: 2.24 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Report Factory Web
[](https://travis-ci.org/igor-starostenko/report_factory-web)
[](https://codeclimate.com/github/igor-starostenko/report_factory-web/maintainability)
*Report Factory Web* is a dashboard that provides a web interface for [Report Factory](https://github.com/igor-starostenko/report_factory) server and allows user to set up projects, do user management and view reports details and analytics.
## Getting Started
Follow these [instructions](https://github.com/igor-starostenko/report_factory/blob/master/setup/INSTRUCTIONS.md) to get *Report Factory* running with *Docker*. The configuration is ready for production.
The image of this project can be pulled from [Dockerhub](https://hub.docker.com/r/reportfactory/web/):
```bash
docker pull reportfactory/web
```
## Preconditions
- Start [Report Factory server](https://github.com/igor-starostenko/report_factory);
## Development
Start Webpack server:
```bash
npm run dev
```
Run Cypress tests:
```bash
npm run cypress-open
```
## License
The application is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).