Posts

Showing posts from May, 2019

ReportPortal With Selenium, TestNG

What is ReportPortal? ReportPortal is a service, that provides increased capabilities to speed up results analysis and reporting through the use of built-in analytic features. ReportPortal is a great addition to the Continuous Integration and Continuous Testing process. Follow:  http://reportportal.io/documentation/documentation.html?n=1045 Installation steps Download  and install Docker (Docker Engine, Compose, etc) Download link for windows 7 : https://github.com/docker/toolbox/releases (Recommended DockerToolbox-18.09.3.exe) NOTE: Make sure to install VirtualBox to support docker, compose engines in window machines. Deploy ReportPortal ReportPortal can be easily deployed using Docker-Compose. Make sure the  Docker  ( Engine ,  Compose ) is installed. Download the latest compose descriptor example from  here . You can make it by the next command: curl https://raw.githubusercontent.com/reportportal/reportportal/master/docker-compose.yml -o docker-compos