Skip to content

Introduce file-based declarative test suite support #1243

Closed
@nikole-dunixi

Description

@nikole-dunixi

Overview

I'd like to know if the equivalent exists or is in the works to match TestNG's suite XML file format. I asked on Stack Overflow and was directed by @marcphilipp to open a feature request for this. Here are the details from the original SO post:

I've been dynamically generating TestNG XML suites in a project I'm working on. In an effort to take some initiative in migrating to JUnit 5. The TestNG specification is very easy to find, but I cannot find the equivalent for JUnit 5.

All I can find are references that a file or URI can be specified for test discovery. Either by command line option or URI and again under the configuring selectors section.

Naively, I'd like to assume that it's just the fully.qualified.package.ClassName#methodName format because I can find this as an example in the MethodSelector. The UriSelector and FileSelector don't show what the actually expected format of the document is supposed to look like.

Related Issues:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions