Skip to content

Deprecate support for running Spock Tests #2844

@krmahadevan

Description

@krmahadevan

TestNG Version

Note: only the latest version is supported
7.6.1

The support to run Spock tests from within TestNG should be deprecated and removed soon.
Following are the reasons behind this:

  1. TestNG currently supports only spock 1.x series (which uses the JUnit3 and JUnit4 way of executing them)
  2. TestNG does not intend to support running JUnit5 tests because JUnit5 already has an engine that is capable of running TestNG tests.
  3. Spock 2.x series now works with the JUnit5 engine and so a user can always make use of (2) to run both their TestNG tests as well as the spock tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions