Properties
Description of properties used by QA Automation projects:
surefire.suiteXmlFiles– defaults totestng.xml(which should be left empty)environment– defaults todevname of environment; should match one of the subdirectories of/src/test/resources/environments;provider– defaults toprovider.local.device.type– defaults to empty, meaningsrc/test/resources/required-capabilities.propertieswill be consultedbuild.label– will appear on generated report's titlebuild.tags– part of directory path of generated reportstest.properties.file– test properties file to usejgiven.reports– directory to store generated JGiven or QA reportspoll.timeout– how many seconds to wait for an async operation to completepoll.delay– how many seconds to wait beween polls on async operationdryrun– empty by default, meaning will execute the testsscreenshots– true by default, meaning screenshots will be embedded/attached to reportsalm.href– http reference to use for linking tests to a requirements or test cases specification (defined via@Referenceannotation)title– final title of generated reports
You may override above defaults or add of your own to fit your needs.
Next: How-to