Skip to content
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

Release Readiness Review for version 3.10 #472

Closed
OsirisTerje opened this issue Mar 4, 2018 · 5 comments
Closed

Release Readiness Review for version 3.10 #472

OsirisTerje opened this issue Mar 4, 2018 · 5 comments

Comments

@OsirisTerje
Copy link
Member

OsirisTerje commented Mar 4, 2018

The latest pre-release package can be found at : https://www.myget.org/feed/nunit/package/nuget/NUnit3TestAdapter

Latest VSIX: https://ci.appveyor.com/project/CharliePoole/nunit3-vs-adapter/build/artifacts.

Add this to your nuget.config:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <packageSources>
        <add key="NUnit prerelease" value="https://www.myget.org/F/nunit/api/v3/index.json" />
    </packageSources>
</configuration>

Latest version is : NUnit3TestAdapter 3.10.0-dev-00820
Install directly in PM console:
Install-Package NUnit3TestAdapter -Version 3.10.0-dev-00820 -Source https://www.myget.org/F/nunit/api/v3/index.json

Verify it is working on (add an OK and sign in each cell). Rudimentary check, no crash, no suspicious warnings in output, discover and execution works.

Target VSIX Nuget .net FW 4.6 Nuget .net core 2
Visual Studio 2017 ✔ jnm2 ✔ jnm2 ✔ jnm2
VSTest.Console ✔ jnm2 ✔ jnm2 ✔ jnm2
TFS 2017
VSTS N/A

Confirm the following issues are working (Add Ok and sign)

Issue/feature VS 2017 - VSIX VSTest.Console - VSIX VS 2017 - Nuget VSTest.Console - Nuget
#47 n/a n/a ✔ jnm2
#296 ✔ jnm2 ✔ jnm2 ✔ jnm2, users ✔ jnm2, users
#310 ✔ jnm2 n/a ✔ jnm2 n/a
#365 halex2005
#419 ✔ jnm2 ✔ jnm2
#444 @OsirisTerje @OsirisTerje
#452 n/a n/a ✔ jnm2
#460 ✔ jnm2 ✔ jnm2
Categories showing and run by works ✔ jnm2 ✔ jnm2
Can debug and jump to source ✔ jnm2 n/a ✔ jnm2 n/a
Can filter on categories ✔ jnm2 ✔ jnm2

All issues should be checked on at least one column. If checked by reporter, copy from issue with reporter.

(Update directly in this item.)

@OsirisTerje OsirisTerje changed the title Prepare for release 3.10 Release Readiness Review for version 3.10 Mar 4, 2018
@OsirisTerje OsirisTerje added this to the 3.10 milestone Mar 4, 2018
@jnm2
Copy link
Contributor

jnm2 commented Mar 4, 2018

Edited to add current VSIX link and use triple-backtick fences for the code block (some of the elements were missing).

@jnm2
Copy link
Contributor

jnm2 commented Mar 4, 2018

Tested against ApiContractGenerator and Castle.Windsor so far.

@jnm2
Copy link
Contributor

jnm2 commented Mar 5, 2018

@OsirisTerje It seems like there is overlap between VSTest.Console and TFS/VSTS, since the Visual Studio Test build step is just a wrapper around a VSTest.Console call.

@OsirisTerje
Copy link
Member Author

Yep it is, but the wrapper and UI is a "thing" in itself, so - just to be sure we don't miss anything, and also many people don't know that is what is happening under the hood.

@jnm2
Copy link
Contributor

jnm2 commented Mar 7, 2018

@OsirisTerje I've got at least one checkmark in every issue row and no warnings signs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants