We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Parse yaml suite with non-existent classes, and with loadClasses flag set to false
loadClasses
false
Suite is successfully parsed, because test class loading is skipped
Suite parsing fails with Cannot find class in classpath... error message
Cannot find class in classpath...
This is because loadClasses flag is not used in org.testng.internal.YamlParser#parse method.
org.testng.internal.YamlParser#parse
The text was updated successfully, but these errors were encountered:
Fixed and closed by #2688
Sorry, something went wrong.
No branches or pull requests
TestNG Version 7.4
Parse yaml suite with non-existent classes, and with
loadClasses
flag set tofalse
Expected behavior
Suite is successfully parsed, because test class loading is skipped
Actual behavior
Suite parsing fails with
Cannot find class in classpath...
error messageThis is because
loadClasses
flag is not used inorg.testng.internal.YamlParser#parse
method.The text was updated successfully, but these errors were encountered: