Skip to content

Pull requests: testng-team/testng

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Migrate testng-core's internal tests from org.testng.Assert to AssertJ architecture Internal architecture / refactoring Feature: assertions Assert / assertEquals and assertion utilities testng-api Public API changes / compatibility
#3278 opened Jun 19, 2026 by juherr Member Draft
Streamline listener invocation handling exceptions Feature: listener ITestListener and other listeners Feature: parallel Parallel execution (methods/classes/tests)
#3258 opened Feb 4, 2026 by krmahadevan Member Loading…
3 tasks done
Combined PRs architecture Internal architecture / refactoring Runner: Gradle Running TestNG via Gradle
#3257 opened Feb 4, 2026 by github-actions Bot Loading…
Fix exception handling in GraphOrchestrator#afterExecute method to show the exception coming from the TestNGFutureTask. architecture Internal architecture / refactoring Feature: parallel Parallel execution (methods/classes/tests)
#3248 opened Nov 21, 2025 by lkalina-cera Loading…
3 tasks
Features/use jaxb architecture Internal architecture / refactoring xml testng.xml suite file parsing
#3240 opened Aug 31, 2025 by juherr Member Draft
3 tasks
Bump org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin from 1.6.21 to 2.1.10 dependencies Pull requests that update a dependency java Pull requests that update Java code
#3204 opened Jan 28, 2025 by dependabot Bot Loading…
Bump org.gradle.toolchains.foojay-resolver-convention from 0.8.0 to 0.9.0 dependencies Pull requests that update a dependency java Pull requests that update Java code
#3193 opened Dec 4, 2024 by dependabot Bot Loading…
Bump gradle/actions from 3 to 4 dependencies Pull requests that update a dependency github_actions Pull requests that update GitHub Actions code
#3155 opened Aug 5, 2024 by dependabot Bot Loading…
Allow users to access factory method params info Feature: factory @Factory dynamic test instance creation Feature: parameters @Parameters / parameterized tests testng-api Public API changes / compatibility
#3115 opened Apr 23, 2024 by krmahadevan Member Loading…
3 tasks done
Add checkerframework and errorprone architecture Internal architecture / refactoring
#2941 opened Jul 31, 2023 by juherr Member Draft
Fix sporadic failure for “firstTimeOnly” methods Feature: before/after @BeforeX / @AfterX configuration methods Feature: listener ITestListener and other listeners
#2850 opened Dec 4, 2022 by krmahadevan Member Loading…
configfailurepolicy=continue only works for BeforeTest when using TestNG XML file Feature: before/after @BeforeX / @AfterX configuration methods Feature: configfailurepolicy configfailurepolicy for failed config methods xml testng.xml suite file parsing
#2735 opened Feb 24, 2022 by bj-9527 Contributor Loading…
3 tasks done
Add support for Priority in Configuration Methods Feature: before/after @BeforeX / @AfterX configuration methods Feature: priority Test method priority ordering
#2662 opened Oct 25, 2021 by martinaldrin Loading…
Extract CLI logic from TestNG core Runner: CLI Running TestNG from the command line
#2612 opened Jul 16, 2021 by juherr Member Draft
1 of 2 tasks
Add XSD file for validation Feature: test selection Selecting which tests to run xml testng.xml suite file parsing
#2594 opened Jun 8, 2021 by juherr Member Loading…
3 of 4 tasks
Unit tests for #2560 unit-tests TestNG's own internal test suite
#2562 opened May 27, 2021 by RiJo Contributor Draft
1 of 2 tasks
By EasonYi: Feature: multi-suite Running multiple suites together Feature: parallel Parallel execution (methods/classes/tests) Feature: parameters @Parameters / parameterized tests
#2248 opened Feb 18, 2020 by EasonYi Loading…
Fix: alwaysRun should not force invocation of Before-methods Feature: alwaysRun Config methods with alwaysRun behavior Feature: before/after @BeforeX / @AfterX configuration methods
#2198 opened Nov 23, 2019 by kool79 Loading…
1 task done
[Discussion] Implementation of statically typed data providers Feature: data-provider @DataProvider data-driven tests testng-api Public API changes / compatibility
#2154 opened Sep 18, 2019 by korobochka Contributor Draft
2 tasks
Update MethodInvocationHelper.java architecture Internal architecture / refactoring
#2040 opened Mar 23, 2019 by sainjalpolys Loading…
2 tasks
Add a test scenario for @BeforeGroups having a dependsOnGroups Feature: before/after @BeforeX / @AfterX configuration methods Feature: dependsOn dependsOnMethods / dependsOnGroups ordering Feature: groups Test groups (include/exclude)
#2025 opened Mar 5, 2019 by jobayle Loading… 7.0
Streamline native injection w.r.t cloning Feature: before/after @BeforeX / @AfterX configuration methods Feature: injection Native injection of test parameters xml testng.xml suite file parsing
#2001 opened Jan 6, 2019 by krmahadevan Member Loading…
2 tasks done
Added Not Equals method for comparing float and dobule arrays - Fixes #1957 Feature: assertions Assert / assertEquals and assertion utilities
#1961 opened Nov 25, 2018 by atulagrawal Contributor Loading…
1 of 2 tasks
Parameter alwaysRun=true for before-methods forces execution of those methods Feature: alwaysRun Config methods with alwaysRun behavior Feature: before/after @BeforeX / @AfterX configuration methods
#1633 opened Dec 1, 2017 by krmahadevan Member Loading…
2 tasks done
After methods should be skipped when exclusion used Need: Discussion to finalize Needs design discussion before action
#1575 opened Oct 14, 2017 by krmahadevan Member Loading…
2 tasks done
ProTip! Exclude everything labeled bug with -label:bug.