dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.21k stars 5.86k forks source link

Rewamp MSTest docs page #40508

Open Evangelink opened 4 months ago

Evangelink commented 4 months ago

Describe the issue or suggestion

I would like to update MSTest doc page layout (https://learn.microsoft.com/dotnet/core/testing/unit-testing-mstest-intro) to end up with something like:

MSTest
    Getting started
        Samples
        Installation
            MSTest SDK (maybe this is merged directly on the installation)
    Running tests
        MSTest runner
        VSTest
        Visual Studio
        Visual Studio Code
    User guide
        Assertions
        Attributes (this seems to generic but I am not sure yet how to split it effectively)
        Configuration (maybe it's better under "running tests")
        Lifecycle attributes (or maybe fixtures)
    Code analysis
        ...

Before starting the big refactoring, I'd like to get some approval (and maybe recommendations) from doc team.

cc @IEvangelist @gewarren


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

IEvangelist commented 4 months ago

I'm good with that, as you start working on this, we can iterate with feedback one the overall experience once we start seeing generated previews.