You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Execute TESTNG tests with QAF 3.1.0 in pom.xml
2. None of the tests are being picked up
3.
Expected behavior
Tests should execute
Actual behavior
None of the tests are being picked up
Is the issue reproducible on runner?
[] QAS
Maven
Gradle
[] Ant
[X ] Eclipse
Test case sample
Please, share the test case (as small as possible) which shows the issue
I have migrated our framework recently to selenium 4. As part of that updated QAF to 3.1.0 and observed that none of the testng tests are being picked up. When i debugged the code, SuiteRunner args has m_AllTestMethods are coming as blank. When i further debugged identified that the difference between old QAF and new is. Old 3.0.0 is overriding org.Testng.TestRunner but in new one it is missing. Could you let me know how to fix
The text was updated successfully, but these errors were encountered:
QAF Version 3.1.0
Steps To Reproduce
Expected behavior
Tests should execute
Actual behavior
None of the tests are being picked up
Is the issue reproducible on runner?
Test case sample
The text was updated successfully, but these errors were encountered: