Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SUREFIRE-1890] Support TestNG 7.4.0 #339

Merged
merged 1 commit into from
Mar 3, 2021
Merged

[SUREFIRE-1890] Support TestNG 7.4.0 #339

merged 1 commit into from
Mar 3, 2021

Commits on Mar 3, 2021

  1. [SUREFIRE-1890] Support TestNG 7.4.0

    Use reflection to configure parallel arguments,
    as the setParallel(String) method has been removed
    and the enum equivalent doesn't exist in older
    TestNG versions.  Add an integration test that
    runs a simple do-nothing test with TestNG 7.4.0
    and parallel setting of `methods`.
    josephlbarnett committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    d946556 View commit details
    Browse the repository at this point in the history