Tom Dykstra
3794ebf2fc
Reassign articles from Rick to Tom ( #32852 )
2024-06-14 09:04:26 -07:00
Cervac Petru
2d6d7715de
add missing angle brakets ( #32113 )
...
* add missing angle brakets
* Update integration-tests.md
* Update integration-tests7.md
* Update integration-tests.md
* Update aspnetcore/test/integration-tests/includes/integration-tests7.md
---------
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2024-03-25 13:07:47 -10:00
Tim Deschryver
9eb04d8012
remove deprecated ISystemClock
2024-02-21 19:38:57 +01:00
Rick Anderson
1853bf398f
Explain integration test WebHostBuilderSection ( #31609 )
...
* Explain integration test WebHostBuilderSection
* Explain integration test WebHostBuilderSection
* Explain integration test WebHostBuilderSection
* Apply suggestions from code review
2024-02-01 01:00:00 +00:00
Rick Anderson
646ff4430f
moniker prep ( #31608 )
...
* moniker prep
* moniker prep
* moniker prep
* moniker prep
* moniker prep
* moniker prep
2024-01-29 15:35:37 -10:00
Kirk Larkin
6da208755e
Update integration-tests.md
2024-01-10 17:57:22 +00:00
Rufer Marc
c21e009998
Add note concerning HTTPS redirection warnings ( #29589 )
...
* Add note concerning HTTPS redirection warnings
* Update aspnetcore/test/integration-tests.md
---------
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-06-30 08:49:33 -10:00
Matt K
287b1dafba
Move code snippet to better location ( #28690 )
2023-03-16 08:35:03 -07:00
Tom Dykstra
e376d96ef5
Remove duplicate snippet ( #28689 )
2023-03-15 19:30:55 -07:00
Rick Anderson
21f36fa03b
Update integration-tests.md ( #28389 )
...
* Update integration-tests.md
* Update integration-tests.md
* Update integration-tests.md
* Update aspnetcore/test/integration-tests.md
2023-02-15 13:22:59 -10:00
Rick Anderson
f8771821ad
add snippet tag ( #28377 )
...
* add snippet tag
* add snippet tag
* add snippet tag
2023-02-13 17:23:37 -10:00
Rick Anderson
4569f24d79
Add IStartUp back /4 ( #28090 )
...
* Add IStartUp back /4
* Add IStartUp back /4
* Add IStartUp back /4
* Add IStartUp back /4
* Add IStartUp back /4
* work
* work
* clean up
* clean up
* react to feedback
* react to feedback
2023-02-02 17:23:22 -10:00
Jos van der Til
fe3ccf0e5d
Align scheme name with code snippet ( #27708 )
2022-11-22 05:26:24 -06:00
Rick Anderson
629ba28846
UPdate integration tests to .NET 7 ( #27215 )
...
* UPdate integration tests to .NET 7
* UPdate integration tests to .NET 7
* UPdate integration tests to .NET 7
* UPdate integration tests to .NET 7
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* Apply suggestions from code review
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
2022-10-10 14:21:08 -10:00
Rick Anderson
a24941ea25
update monikers for integration tests
2022-10-06 15:27:34 -10:00
GitHubPang
3057fe3e95
Fix spelling, spaces, and wording ( #27093 )
...
* Fix misspellings and improve wording
This syncs with line 375.
* Improve wording and fix spaces
2022-09-25 17:50:34 -07:00
Rick Anderson
8aa19c6a92
Refactor integration tests /4 ( #27090 )
...
* Refactor integration tests /4
* Refactor integration tests /4
* Refactor integration tests /4
* Refactor integration tests /4
2022-09-23 16:59:41 -10:00
Luke Latham
e175588086
Institute global no-loc ( #26036 )
...
* Institute global no-loc
* Updates
* Updates
* Updates
* Updates
* Updates
2022-06-03 11:35:55 -10:00
Rick Anderson
4ead1eb274
Update integration-tests.md ( #25498 )
...
* Update integration-tests.md
* Update aspnetcore/test/integration-tests.md
2022-04-04 13:38:33 -10:00
Luke Latham
546a06a2d5
Blazor no-loc adds ( #25429 )
2022-03-25 18:19:18 -05:00
Luke Latham
5f1743e629
Add Blazor Hybrid to no-loc metadata ( #25064 )
2022-02-18 07:17:09 -06:00
Kirk Larkin
1ac9f3cc6c
Replace /dotnet/api with xrefs in Integration Tests ( #24938 )
2022-02-08 15:02:11 +00:00
Rick Anderson
129fe1a3d0
Recommend SQLite for DB testing /1 ( #24814 )
...
* Recommend SQLite for DB testing /1
* Recommend SQLite for DB testing /1
2022-02-01 14:08:28 -10:00
Kirk Larkin
e3c99c2fe5
Prefer :::moniker over ::: moniker ( #24805 )
2022-01-31 13:12:01 -10:00
haibo zhang
3111bcc4ef
Task#536167:[Refresh link]Replace bookmarks in repo. ( #24741 )
2022-01-26 07:55:46 -10:00
Ali Zia
4f73f7a549
fix instructions for referencing internal classes ( #24274 )
...
In aspnetcore 6, both of the code snippets mentioned are needed in order to get the Program class imported in a test project.
Initially I only added the changes shown for `.csproj`, but after following along to the BasicTests example I still got this error when writing the constructor: `Inconsistent accessibility: parameter type 'WebApplicationFactory<Program>' is less accessible than method 'MyControllerTest.MyControllerTest(WebApplicationFactory<Program>)'`.
Adding the `public partial class Program { }` change fixed that error.
2022-01-11 13:03:44 -10:00
Rick Anderson
7ec686310e
Ra/test min api ( #24117 )
...
* Tests with Minimal Hosting Model
Updated Integration tests with minimal hosting modal configuration, setup and example.
* Apply suggestions from code review
Co-authored-by: Stephen Halter <halter73@gmail.com>
* Add tests when using new minimal hosting model /1 /furoTmark
* Add tests when using new minimal hosting model /1 /furoTmark
* Add tests when using new minimal hosting model /1 /furoTmark
* Apply suggestions from code review
Co-authored-by: Stephen Halter <halter73@gmail.com>
* Update aspnetcore/test/integration-tests.md
Co-authored-by: Stephen Halter <halter73@gmail.com>
Co-authored-by: Furó Tamás-Márk <furo.tamas.mark@gmail.com>
Co-authored-by: Stephen Halter <halter73@gmail.com>
2021-11-29 14:48:21 -10:00
Luke Latham
6b7dedbb45
Update Playwright naming ( #23601 )
2021-10-22 05:43:25 -05:00
Luke Latham
0597fc419a
Playwright Sharp SPA testing recommendation ( #23594 )
2021-10-21 21:53:44 -05:00
Gabriel Majeri
e3a9128588
Remove "Shadow copying" section from integration testing guide ( #23092 )
...
* Remove "Shadow copying" section from integration testing guide
* Delete xunit.runner.json
* Keep shadow copying section but mention when it's needed
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-10-21 08:53:23 -10:00
Luke Latham
08649c5d5b
Integration testing updates ( #22957 )
2021-08-05 09:09:34 -05:00
Dominik Zarsky
ac614678f9
Update links to XUnit website and documentation ( #22637 )
2021-06-30 12:17:04 -07:00
Rick Anderson
ad321c2700
Add Home and Privacy to no-loc ( #22237 )
...
* Add Home and Privacy to no-loc
* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Rick Anderson
2f00739f4e
Kestrel to no-loc ( #22182 )
2021-05-01 13:03:18 -10:00
Carl Reinke
9bf23c39da
Fix broken link ( #21748 )
2021-03-10 15:20:10 -06:00
Scott Addie
09e3573c75
Finish default branch renaming work
2021-03-09 22:40:27 -06:00
Rick Anderson
311cef0e25
appsettings.json noloc ( #20320 )
2020-10-27 11:27:47 -10:00
David Coulter
399d6c2daf
Links: AspNetCore - Pass 1 ( #19880 )
...
* Links: AspNetCore - Pass 1
* Apply suggestions from code review
* Update aspnetcore/fundamentals/routing.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-09-15 13:08:26 -10:00
Rick Anderson
23bd8d2057
Add ASP.NET Identity to no loc ( #19578 )
...
* Add ASP.NET Identity to no loc
* Add ASP.NET Identity to no loc
* Add ASP.NET Identity to no loc
* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
Rick Anderson
3a5c8b81d4
add Cookie to no loc ( #19446 )
2020-08-07 14:55:26 -10:00
Hao Kung
55e4bfa172
Clarify that authentication scheme needs to match ( #19201 )
...
* Clarify that authentication scheme needs to match
* Update aspnetcore/test/integration-tests.md
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-07-16 09:48:47 -05:00
Luke Latham
80446f1dd8
Add Blazor WebAssembly/Server to no-loc ( #18962 )
2020-06-25 19:11:04 -05:00
Luke Latham
a57e5623aa
Change en dash layout elements to colon-space syntax ( #18506 )
...
* Change en dash layout elements to colon-space syntax
* Update
* Update
2020-05-27 09:37:36 -05:00
Luke Latham
f8addb3c9e
Blazor crosslink touchups ( #18492 )
2020-05-26 12:13:05 -05:00
Michal Ciechan
a2eb937f08
Adding ConfigureTestServices ( #18391 )
2020-05-20 07:08:45 -05:00
Luke Latham
3d3f5ada4d
Integration testing 2.x set env update ( #18254 )
2020-05-15 08:11:39 -05:00
Stephen Hoerner
c92bb5ab95
Add info for setting environment on IWebHostBuilder ( #18313 )
2020-05-15 08:10:02 -05:00
Luke Latham
f2834015b6
Drop existing no-loc entries ( #18111 )
2020-05-04 12:00:16 -05:00
Luke Latham
a510489773
Topic author updates ( #17193 )
2020-03-03 18:42:23 -06:00
Scott Addie
9174ead0d3
Update aspnet org. links to reference the dotnet org. ( #17077 )
...
* Update aspnet org. links to reference the dotnet org.
* Update API ref links
2020-02-20 19:37:35 -06:00