pub struct AllureConfigBuilder { /* private fields */ }Expand description
Builder for configuring the Allure runtime.
Implementations§
Source§impl AllureConfigBuilder
impl AllureConfigBuilder
Sourcepub fn results_dir(self, path: impl Into<String>) -> Self
pub fn results_dir(self, path: impl Into<String>) -> Self
Sets the results directory.
Sourcepub fn clean_results(self, clean: bool) -> Self
pub fn clean_results(self, clean: bool) -> Self
Sets whether to clean the results directory.
Trait Implementations§
Source§impl Debug for AllureConfigBuilder
impl Debug for AllureConfigBuilder
Source§impl Default for AllureConfigBuilder
impl Default for AllureConfigBuilder
Source§fn default() -> AllureConfigBuilder
fn default() -> AllureConfigBuilder
Returns the “default value” for a type. Read more