Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zebrunner/reporting
Zebrunner Reporting Tool
https://github.com/zebrunner/reporting
appium automation cloud java junit qa reporing screenshots selenium testing testng video-recordings zebrunner zebrunner-reporting
Last synced: about 18 hours ago
JSON representation
Zebrunner Reporting Tool
- Host: GitHub
- URL: https://github.com/zebrunner/reporting
- Owner: zebrunner
- License: apache-2.0
- Created: 2014-11-09T09:35:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T13:32:38.000Z (4 months ago)
- Last Synced: 2024-12-18T11:00:38.603Z (8 days ago)
- Topics: appium, automation, cloud, java, junit, qa, reporing, screenshots, selenium, testing, testng, video-recordings, zebrunner, zebrunner-reporting
- Language: Shell
- Homepage: https://zebrunner.com/documentation
- Size: 144 MB
- Stars: 210
- Watchers: 26
- Forks: 43
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Feel free to support the development with a [**donation**](https://www.paypal.com/donate/?hosted_button_id=MNHYYCYHAKUVA) for the next improvements.
Zebrunner Reporting is a test automation management tool that accumulates and represents test results. It is designed to increase the transparency of automation, providing detailed reports with test logs, screenshots and video recordings of test sessions. Detailed reporting functionality reduces maintenance work for automation teams, allowing to identify application bugs and fix them earlier in the release cycle.
Enjoy using Zebrunner Reporting in your testing process!
**Zebrunner Insights** - premium reporting features for your tests. See test results in real time - Zebrunner records interactive video sessions, publishes logs and screenshots. Track your pass rate, infrastructure usage, and automation team performance in one application.
**Zebrunner Guard** - your data and users will be safe with our enterprise-grade security and centralized administration. Due to the flexible permission management, you can limit access to certain information and keep the workflow steady.
## Core features
* Real-time test results tracking via websockets
* VNC streaming and video recording of test sessions
* Flexibly configured widgets and dashboards
* User management with authorization policies
* Integration with TestRail and JIRA
* Integration with Slack
* Ability to compose automation reports and send via email
Configurable dashboards
Integrations with multiple services
Real-time test results
Live streaming and video recording
Test issues tracking
## Repositories structure
Zebrunner Reporting **server side** consists of the following modules:
- [`reporting-service`](https://gitlab.com/zebrunner/ce/reporting-service) application backend
- [`reporting-ui`](https://gitlab.com/zebrunner/ce/reporting-ui) application frontendZebrunner Reporting **client side** repositories:
- [`java-agent-core`](https://github.com/zebrunner/java-agent-core) agent library core (Java)
- [`java-agent-testng`](https://github.com/zebrunner/java-agent-testng) official TestNG agent
- [`java-agent-junit`](https://github.com/zebrunner/java-agent-junit) official JUnit agent
- [`java-agent-junit5`](https://github.com/zebrunner/java-agent-junit5) official JUnit 5 agent# Prerequisites
## Hardware requirements
| | Requirements |
|:-----------------------:| ------------------------------------------------------------------------|
| Operating System | Linux Ubuntu 16.04, 18.04, 20.04
Linux CentOS 7+
Amazon Linux 2 |
| CPU | 4+ Cores |
| Memory | 16Gb RAM |
| Free space | SSD 64Gb+ of free space |## Installation steps
1. Install [Docker Engine](https://docs.docker.com/engine/installation) and [Docker Compose](https://docs.docker.com/compose/install).
2. Clone this repo recursively and launch setup process:
```
git clone --recurse-submodule https://github.com/zebrunner/reporting.git && cd reporting && ./zebrunner.sh setup
```
> Provide required details and start services.
3. Start services `./zebrunner.sh start`
3. Open `http://hostname:port` or `https://hostname:port` for secured protocol
> Login using **admin**/**changeit** credentials
> Follow installation and configuration guide in [Zebrunner CE](https://zebrunner.github.io/community-edition) to reuse Reporting components effectively for Test Automation.## Documentation and free support
* [Zebrunner PRO](https://zebrunner.com)
* [Zebrunner CE](https://zebrunner.github.io/community-edition)
* [Zebrunner Reporting](https://zebrunner.com/documentation)
* [Carina Guide](http://zebrunner.github.io/carina)
* [Demo Project](https://github.com/zebrunner/carina-demo)
* [Telegram Channel](https://t.me/zebrunner)## License
Code - [Apache Software License v2.0](http://www.apache.org/licenses/LICENSE-2.0)