Protractor by Bruno Baia

<PackageReference Include="Protractor" Version="0.9.0" />

 Protractor 0.9.0

The .NET port of Protractor, an end to end test framework for AngularJS applications, built on top of Selenium WebDriver C# binding.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Protractor</id>
    <version>0.9.0</version>
    <authors>Bruno Baia</authors>
    <owners>Bruno Baia</owners>
    <licenseUrl>https://github.com/bbaia/protractor-net/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/bbaia/protractor-net</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>The .NET port of Protractor, an end to end test framework for AngularJS applications, built on top of Selenium WebDriver C# binding.</description>
    <summary>E2E test framework for AngularJS applications.</summary>
    <language>en-US</language>
    <tags>Angular AngularJS Protractor Selenium WebDriver E2E Test</tags>
    <dependencies>
      <dependency id="Selenium.WebDriver" version="3.0.0" />
    </dependencies>
  </metadata>
</package>