Skip to content

Instantly share code, notes, and snippets.

@SarahElson
Created June 14, 2024 12:56
Show Gist options
  • Save SarahElson/2c544d47fc568982a0ef5c934326cfa4 to your computer and use it in GitHub Desktop.
Save SarahElson/2c544d47fc568982a0ef5c934326cfa4 to your computer and use it in GitHub Desktop.
How To Generate Extent Reports In Selenium
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Extent Report Tests">
<test name="Tests">
<classes>
<class name="CloudGrid.InputFormTests" />
<class name="CloudGrid.AlertTests"></class>
</classes>
</test> <!-- Test -->
</suite> <!-- Suite -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment