You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Aspire.EndToEnd.Tests/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The following changes need to be made to when adding a new component:
26
26
27
27
* Add a new `TestResourceNames`[enum entry](../testproject/Common/TestResourceNames.cs).
28
28
* Add ProjectReference to the new resource/component from the [TestProject.AppHost](../testproject/TestProject.AppHost/TestProject.AppHost.csproj) and [TestProject.IntegrationServiceA](../testproject/TestProject.IntegrationServiceA/TestProject.IntegrationServiceA.csproj) projects.
29
-
* Add PackageVersion entries to the new packages in [Directory.Packages.Helix.props](../Shared/WorkloadTesting/Directory.Packages.Helix.props)
29
+
* Add PackageVersion entries to the new packages in [Directory.Packages.Helix.props](../Shared/RepoTesting/Directory.Packages.Helix.props)
30
30
* Add entries to the Program.cs of both the AppHost and IntegrationServiceA projects.
31
31
* Add a test in [IntegrationServicesTests](../Aspire.EndToEnd.Tests/IntegrationServicesTests.cs)
32
32
* If the component's container starts in a reasonable time, the new test can just be a new `[InlineData]` entry to the existing `VerifyComponentWorks` test.
0 commit comments