Skip to content

Add UseSpecFlowNUnitFeatures method to AtataContextBuilder #805

@YevgeniyShunevych

Description

@YevgeniyShunevych

Enables all Atata features for SpecFlow+NUnit. Executes the following methods:

  • UseNUnitTestName()
  • UseNUnitTestSuiteName()
  • UseNUnitTestSuiteType()
  • UseNUnitAssertionExceptionType()
  • UseNUnitAggregateAssertionStrategy()
  • UseNUnitWarningReportStrategy()
  • UseNUnitAssertionFailureReportStrategy()
  • EventSubscriptions.LogNUnitError()
  • EventSubscriptions.TakeScreenshotOnNUnitError()
  • EventSubscriptions.TakePageSnapshotOnNUnitError()

The method is basically analogous to UseAllNUnitFeatures except it lacks EventSubscriptions.LogNUnitError() and EventSubscriptions.AddArtifactsToNUnitTestContext() calls.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions