testng icon indicating copy to clipboard operation
testng copied to clipboard

TestNG testing framework

Results 173 testng issues
Sort by recently updated
recently updated
newest added

Currently TestNG's object factory instantiation and usage pattern in the codebase is a bit haywire. This needs to be streamlined from the implementation perspective so that, its clear as to...

Feature: objectfactory
architecture

Hi, This is a feature that we have been asked by many of our users for years now. And I thought that it might be easier to create a pull...

Feature: before/after
Feature: priority

### TestNG Version > 7.4.0 >7.5.0-SNAPHOT (testng-7.5.0-20210517.112015-26.jar) >7.1.1 ### Expected behavior For each configuration method (@​BeforeClass, @​BeforeMethod, etc.) corresponding test class instance created with @​Factory is set in parameters of...

Feature: listener
Feature: factory

### TestNG Version > Note: only the latest version is supported Latest Version ### Scenario When I run TestNG I don't want it to generate extra xml files, so I...

Feature: report

### TestNG Version > 7.4.0 ### Expected behavior TestNG should use paralleling type from respective xml files. We noticed that issue after migration from 6.11 where it was working correctly....

Runner: maven

### TestNG Version > 7.4.0 ### Expected behavior ![image](https://user-images.githubusercontent.com/25032553/128039737-5b150144-3e19-4a12-a300-85cee4d367ca.png) ### Actual behavior ![image](https://user-images.githubusercontent.com/25032553/128040494-fd4cca5b-08d2-4d2c-9afe-d67b6ee94c56.png) ### Is the issue reproducible on runner? - [ ] Shell - [ ] Maven - [...

Feature: parallel
Feature: dependsOn
Feature: priority

### TestNG Version 6.9.5 ### Expected behavior Even if config failure happens in one test class the remaining test classes from that suite should be executed. ### Actual behavior When...

Need: user answer

From https://github.com/cbeust/testng/pull/2640/files#r711920486 The multi-suite feature allows adding child references to suite files from a parent suite file. The behavior is not yet documented.

Feature: multi-suite
documentation

### TestNG Version >7.4.0 ### Expected behavior Addition of a method selector with priority 10 filters methods ### Actual behavior method selector gets ignored ### Is the issue reproductible on...