-
Notifications
You must be signed in to change notification settings - Fork 106
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
Testing docs #1874
Testing docs #1874
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, thank you so much! I provided a lot of suggestions, but that's to ensure that this content aligns with the expected quality, consistency, and styling of the docs. I didn't approve this yet, as I want to have another look once suggestions are applied. Also, we need to determine if this is going into the .NET Aspire 9 GA release branch or main.
Appreciate all the feedback, making sure that everything is the same stylistically and structurally is important.
The content is valid in 8.x and from what I've seen there isn't anything major changing in the testing structure for 9.0 so it'll come down to your choice on what you prefer the ship timeline to be. |
All the suggestions should have been applied now (some caused problems in VS Code when applying) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, we'll - thank you 🙏
Summary
Started to expand the docs on testing to cover some more advanced aspects of testing. Focused on approaches to manage the app host within test runs and accessing the resources that are available in the app host during a test.
Fixes #1516
Internal previews