javnov / axe-selenium-csharp

Tools for using aXe for web accessibility testing with C# and Selenium.
MIT License
12 stars 11 forks source link

Support for dot net core #11

Open sdjnaik opened 4 years ago

sdjnaik commented 4 years ago

Hi @javnov ,

Any plans of supporting axe-selenium-csharp for dot net core framework?

pawlaguna commented 4 years ago

I’d love to know too!

devaradhanm commented 4 years ago

@sdjnaik & @PaulysGitHub , we have added support for dotnet core in the forked repo - https://github.com/TroyWalshProf/SeleniumAxeDotnet we havnt released the changes though. will update once this is released.

dbjorge commented 4 years ago

.NET Core 2.0+ support (via .NET Standard 2.0) is now available in Selenium.Axe version 1.1.0 (produced in the fork of the repo that @devaradhanm linked above, as opposed to the Globant.Selenium.Axe package produced from this repo)

sdjnaik commented 4 years ago

@devaradhanm Thanks for the update. It works for .NET Core.