bbaia / protractor-net

The .NET port of Protractor, an E2E test framework for Angular apps
MIT License
115 stars 72 forks source link

Support for .NET Core #73

Closed kedziorm closed 4 years ago

kedziorm commented 6 years ago

In the readme file following information is included:

Supports Microsoft .NET Framework 3.5 and higher.

However, I wonder whether protractor-net will be supported in .NET Core or are there any plans for that.

bbaia commented 6 years ago

There's a PR on this #72

kedziorm commented 6 years ago

Looks great, but will the usage be exactly the same in .NET Core / Visual Studio Code as in old .NET Framework? If I properly checked the PR, the only change in the Readme is added information about support for .NET Core.

zeeshankhan0330 commented 5 years ago

When can we expect .Net Core supported Library for Protractor?

alisterernest commented 5 years ago

Looks like this PR has been in review for quite a while now. When can we expect this to be completed and available?

sdjnaik commented 5 years ago

Hi @bbaia , When can we expect support for .Net Core?

bbaia commented 5 years ago

I'll take a look asap!

flensrocker commented 4 years ago

Since .Net Core 3 is out and Full .Net Framework is on it's way down to something like EOL, a protractor targeting netstandard2.0 or similar would be great.

ASP.Net Core 3 will be .Net Core only...

bbaia commented 4 years ago

.NET Standard 2.0 is now supported with v0.13