-
-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Description
AtataContextBuilder
:AddLogConsumer<TLogConsumer>()
AddLogConsumer<TLogConsumer>(TLogConsumer consumer)
AddLogConsumer(string typeNameOrAlias)
AddTraceLogging()
AddDebugLogging()
AddConsoleLogging()
AddNUnitTestContextLogging()
AddNLogLogging(string loggerName = null)
AddNLogFileLogging()
AddLog4NetLogging(string loggerName = null)
AddLog4NetLogging(string repositoryName, string loggerName = null)
AddLog4NetLogging(Assembly repositoryAssembly, string loggerName = null)
AddScreenshotConsumer<TScreenshotConsumer>()
AddScreenshotConsumer<TScreenshotConsumer>(TScreenshotConsumer consumer)
AddScreenshotConsumer(string typeNameOrAlias)
AddScreenshotFileSaving()
LogNUnitError()
TakeScreenshotOnNUnitError(string title = "Failed")
TakeScreenshotOnNUnitError(ScreenshotKind kind, string title = "Failed")
TakePageSnapshotOnNUnitError(string title = "Failed")
OnCleanUpAddArtifactsToNUnitTestContext()
OnCleanUpAddDirectoryFilesToNUnitTestContext(string directoryPath)
OnCleanUpAddDirectoryFilesToNUnitTestContext(Func<string> directoryPathBuilder)
OnCleanUpAddDirectoryFilesToNUnitTestContext(Func<AtataContext, string> directoryPathBuilder)
DriverAtataContextBuilder<TBuilder, TService, TOptions>
:AddAddionalOption(string optionName, object optionValue)
WithFixOfCommandExecutionDelay()
LogConsumerAtataContextBuilder<TLogConsumer>
:WithoutSectionFinish()
LogConsumerAtataContextBuilderExtensions
:WithArtifactsFolderPath(this LogConsumerAtataContextBuilder<NLogFileConsumer> builder)
WithFolderPath(this LogConsumerAtataContextBuilder<NLogFileConsumer> builder, string folderPath)
WithFolderPath(this LogConsumerAtataContextBuilder<NLogFileConsumer> builder, Func<AtataContext, string> folderPathBuilder)
RemoteDriverAtataContextBuilder
:DefaultRemoteServerUrl
AddAddionalOption(string optionName, object optionValue)
ScreenshotConsumerAtataContextBuilderExtensions
:WithArtifactsFolderPath(this ScreenshotConsumerAtataContextBuilder<FileScreenshotConsumer> builder)
WithFolderPath(this ScreenshotConsumerAtataContextBuilder<FileScreenshotConsumer> builder, Func<string> folderPathBuilder)
WithFolderPath(this ScreenshotConsumerAtataContextBuilder<FileScreenshotConsumer> builder, string folderPath)