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
7.10.2
Recently added properties (in version 7.9.0) should be saved to an xml file. f.e.: share-thread-pool-for-data-providers"property
The xml file has no new properties
public static void main(String[] args) throws IOException { XmlSuite suite = new XmlSuite(); suite.setShareThreadPoolForDataProviders(true); FileUtils.writeStringToFile(new File("test.xml"), suite.toXml(), Charset.defaultCharset()); }
<!-- test.xml --> <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd"> <suite name="Default Suite"> </suite> <!-- Default Suite -->
Incase you plan to raise a pull request to fix this issue, please make sure you refer our Contributing section for detailed set of steps.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TestNG Version
Expected behavior
Recently added properties (in version 7.9.0) should be saved to an xml file. f.e.: share-thread-pool-for-data-providers"property
Actual behavior
The xml file has no new properties
Is the issue reproducible on runner?
Test case sample
Contribution guidelines
Incase you plan to raise a pull request to fix this issue, please make sure you refer our Contributing section for detailed set of steps.
The text was updated successfully, but these errors were encountered: