Udemy lession - abhishekgoyal2/quickerxpath GitHub Wiki
Lecture 139 parallel and listener 👍 1)ItestResult and Itestlistner are used to Asserts and check which test has failed (ex:login) and through this we can capture screenshot of failed test case. 2.for running faster test use <parallel test or parallel class with thread count. 3.for checking output refresh the project and click on index.html :It give result output in formatted manner and use emailable report.html for emailing the report.