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

Fixes #1957 Closes #1957 . ### Did you remember to? - [ ] Add test case(s) - [x] Update `CHANGES.txt` We encourage pull requests that: * Add new features to...

Closes #1622 Fixes #1622 . ### Did you remember to? - [X] Add test case(s) - [X] Update `CHANGES.txt` We encourage pull requests that: * Add new features to TestNG...

Closes #1574 Suppose there are one or more configuration methods which don’t belong to any group and for which “alwaysRun” attribute is not set, and when the user specifies a...

Need: Discussion to finalize

Fix #1477 In fact, the issue still exists on travis but not on my computer (the added test is failing). So, I applied the previous fix (still from #570) and,...

Taking some inspiration from [this post](https://groups.google.com/forum/#!topic/testng-dev/2u7QE5DDj0E) on the forums, this change adds support for an array of data provider strings in the Test annotation.

Fix #857 ## Summary by CodeRabbit - **New Features** - Introduced a retry mechanism for test cases with a maximum of one retry per test to improve reliability. - Added...

- Annotation performs deep equals and hashCode. Wrapping it with AnnotationWrapper to use System.identityHashCode and == makes it significantly faster especially tests with a large number of data providers like...

perf/enhancement

Unfortunately I don't have the time to continue pursuing the solution to this problem, but I thought I would send the small code changes that I made that improved performance...

perf/enhancement

**PR not ready to be merged** As I said in #646, I'm trying to fix #604. I reworked the tests of the feature by something, I hope, clearer but... some...

Feature: retry-analyzer

See commits messages