Skip to content
New issue

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

Remove obsolete AtataContextBuilder methods #811

Closed
YevgeniyShunevych opened this issue Jan 17, 2024 · 0 comments
Closed

Remove obsolete AtataContextBuilder methods #811

YevgeniyShunevych opened this issue Jan 17, 2024 · 0 comments
Assignees
Milestone

Comments

@YevgeniyShunevych
Copy link
Member

  • 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant