Batch run | Selenium Forum
A
abhi_tec Posted on 27/11/2019

Hi, 2 ques from my end. Let me know the video number, if this was already covered in some videos.

1. How can I run multiple test cases in a batch without using testng ? 

2. How to generate a custom html report if I am not using testng?

 


A
Ashish Thakur Replied on 29/11/2019

Extent reports which are discussed in Testng module can help you generate Extent Reports.

These will be independent of testng

 

You will have to write your own logic to run multiple test together without testng

Its like creating your own testng. I will not advice this.