Skip to content

Add support for ClassFormat configuration  #79

@hmiguel

Description

@hmiguel

Hello,

I wonder if it’s possible to create a configuration for the "classname" format.

(this classname maps to "Suite" column in GitLab table and default classname sometimes is too long and not so user-friendly)

Is there any way to do this?

Example, using NUnit:

The following test class:

[TestFixture(TestName = "User")]
public class MyUsersTests
{
...
}

Generate a xml like this:

<testcase classname="MyApp.Tests.IntegrationTests.Tests.UserTests.User" ... />

Expectation: have a ClassFormat configuration to specify if should output class full name or not, like MethodFormat do.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions