Created
June 14, 2024 15:18
-
-
Save SarahElson/edc4e6a4fc7e96c0b4ce973b7d455363 to your computer and use it in GitHub Desktop.
How To Generate Extent Reports In Selenium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> | |
<suite name="Extent Report in Parallel by Classes"> | |
<test name = "Parallel Tests by Classes" parallel = "classes" thread-count="3"> | |
<classes> | |
<class name="ParallelExecution.InputFormTests"/> | |
<class name="ParallelExecution.AlertTests" /> | |
</classes> | |
</test> <!-- Test --> | |
</suite> <!-- Suite --> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment