Skip to content

ASP.NET functional test projects not detected by convention #1646

@bricelam

Description

@bricelam

To match the ASP.NET guidelines we'd need to update this line to include assemblies that end with .FunctionalTests.

I believe these should be categorized as unit tests and not integration tests because they're not typically not as heavy-weight as the integration test category implies. They can probably run during live testing. But that's just my opinion.

Another, somewhat related thing that KoreBuild did was run unit tests before these functional tests. The idea being that if a unit test failed, functional tests would probably fail too. We wanted to fail fast and the unit tests are typically a lot faster to run than the functionals.

cc @natemcmaster @ryanbrandenburg @rynowak

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions