Zafira is Java-based web application that accumulates test automation results and increases the transparency of QA automation process. D3JS-based widgets with high flexibility of configuration allows to represent test results in different ways according to your companies processes.
Configurable dashboards based on D3JS
- Install Docker (Engine, Compose)
- Download Example of compose descriptor and Example of integrations to any folder
$ curl https://raw.githubusercontent.com/qaprosoft/zafira/master/docker-compose.yml -o docker-compose.yml
$ curl https://raw.githubusercontent.com/qaprosoft/zafira/master/integrations.env -o integrations.env
- Deploy Zafira using
docker-compose
within the same folder
$ docker-compose up
To start Zafira in daemon mode, add '-d' argument:
$ docker-compose up -d
- Open in your browser IP address of deployed enviroment at port
8080
$ http://localhost:8080/zafira
- Use next login/pass for access:
qpsdemo/qpsdemo
.
Regardles of Zafira client language you have yo generate zafira_access_token first, to do that navigate to Username > My profile in top menu and generate new access token.
Code - Apache Software License v2.0
Documentation and Site - Creative Commons Attribution 4.0 International License