TestR by Bobby Cannon

<PackageReference Include="TestR" Version="2.0.6" />

 TestR 2.0.6

Integration testing framework for developers. TestR allows automating testing of web applications.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>TestR</id>
    <version>2.0.6</version>
    <authors>Bobby Cannon</authors>
    <owners>Bobby Cannon</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>http://bobbycannon.github.io/TestR/</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/BobbyCannon/TestR/master/TestR.png</iconUrl>
    <description>Integration testing framework for developers. TestR allows automating testing of web applications.</description>
    <tags>TestR Test UnitTest IntegrationTest Automation Testing Web InternetExplorer FireFox Chrome</tags>
    <dependencies>
      <dependency id="Newtonsoft.Json" version="10.0.2" />
    </dependencies>
    <references>
      <reference file="TestR.dll" />
      <reference file="Interop.UIAutomationClient.dll" />
      <reference file="Interop.SHDocVw.dll" />
    </references>
  </metadata>
</package>