-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.net core support? #144
Comments
That depends on Selenium's support of .NET Core. I'd wager it's safer to just wait until .NET Core is final. |
There is a branch for this. |
Need to wait for Selenium to get its act together.... I have upgraded on a branch, including moving to XUnit. |
any testing tools for .NET core? |
Working on it :) |
Heres a prerelease: https://www.myget.org/F/coypu/api/v3/index.json |
Has these been any movement in this area, now core is becoming more mainstream? Would love to continue to use Coypu and we're having our arms twisted to migrate to core |
Okay, I have update dependencies on the dotnetcore branch. Chrome looks good, but Firefox and it's gecko drivers are being a PITA. Anyone want to pull and see if they can spot anything? |
okay, so fixed firefox. |
now, do we have Coypu available for .net core or is it still WIP? |
@CiCdDeveloper I succesfully ran Coypu tests yesterday in my dotnet core project 😄 It requires you to install the nuget packages, and then also set up a project template for nunit test projects. I believe I used https://github.com/nunit/dotnet-new-nunit For the drivers, I added Chrome driver and firefox drivers to path and it seems to run for a simple dotnet new application, where I used google/microsoft/twitter login as my tests. |
fix #193 will be available with next release, coypu is migrated to .net standard so it will be possible to use it .net core context |
Coypu 3.0.0-rc has been released https://github.com/featurist/coypu/releases/tag/3.0.0-rc |
.net core support?
The text was updated successfully, but these errors were encountered: