-
-
Notifications
You must be signed in to change notification settings - Fork 773
Update test projects to use SDK-style projects #6828
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
base: develop
Are you sure you want to change the base?
Conversation
f97773b to
dd092bf
Compare
8381c7e to
bbd2803
Compare
|
I tried to get the Urls and Integration tests projects running locally in order to verify that I didn't break them, but only got far enough to confirm that some of them can run. They appear to be pretty fragile and out of date (e.g. some tests seem to assume that the site they're running against is a single language, but other tests add a second language, and they expect the Digital Assets module to be there). There are a handful of change in this PR that I think make the tests work better. One that affects more than tests is that the portal templates include a My Messsages page, with three |
Bump Microsoft.NET.Test.Sdk from 17.13.0 to 18.0.1 Bump NUnit from 4.3.2 to 4.4.0 Bump NUnit.Analyzers from 4.6.0 to 4.11.2 Bump NUnit3TestAdapter from 5.0.0 to 6.0.0 Bump Verify.NUnit from 28.10.1 to 31.8.0
bbd2803 to
e2ca662
Compare
Summary
I've updated the test projects to use the simpler SDK-style project format. I'm hoping this makes it easier to maintain, and especially manage updating NuGet packages for tests.
This PR builds on top of #6826, that PR should be merged first.