zebrunner / carina

Carina automation framework (TestNG): Web, Mobile, API, DB etc testing...
https://zebrunner.github.io/carina
Apache License 2.0
954 stars 218 forks source link

review XmlSuite methods and sync with carina config arguments #2246

Open vdelendik opened 6 years ago

vdelendik commented 6 years ago

http://static.javadoc.io/org.testng/testng/6.11/org/testng/xml/XmlSuite.html

review all existing TestNG methods and bind suite parameter with carina property. So we can define values in _config.properties and/or testng suite file

vdelendik commented 4 years ago

thread_count and data_provider_thread_count properties are synced in carina starting from 6.3.30: https://github.com/qaprosoft/carina/issues/859

vdelendik commented 4 years ago

tetsng suite arguments can be parsed now. please review: https://github.com/qaprosoft/carina/pull/980