> For the complete documentation index, see [llms.txt](https://docs.specsolutions.eu/specsync/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.specsolutions.eu/specsync/reference/configuration/configuration-reqnroll.md).

# reqnroll

This configuration section contains settings related to synchronizing Reqnroll projects. These settings are only required for the legacy [synchronizing automated test cases](/specsync/important-concepts/synchronizing-automated-test-cases.md)

The following example shows the available options within this section.

```javascript
{
  ...
  "reqnroll": {
    "scenarioOutlineAutomationWrappers": "iterateThroughExamples",
    "wrapperMethodPrefix": "_SpecSyncWrapper_",
    "wrapperMethodCategory": "SpecSyncWrapper"
  },
  ...
}
```

## Settings

| Setting                             | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Default                  |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
| `scenarioOutlineAutomationWrappers` | <p>Specifies how automation wrapper methods should be generated for synchronizing scenario outlines to automated test cases. Available options: <code>iterateThroughExamples</code>. (Default: <code>iterateThroughExamples</code>)</p><ul><li><code>iterateThroughExamples</code> -- the generated wrapper method iterates through the examples and runs the test for each. A failure of an iteration does not block the remaining iterations. Running the test cases through this wrapper in Azure DevOps generates a single entry in the report, but the details of the entry contain all executed data set.</li></ul> | `iterateThroughExamples` |
| `wrapperMethodPrefix`               | The method prefix to be used for the generated automation wrapper methods.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | `_SpecSyncWrapper_`      |
| `wrapperMethodCategory`             | The test category (trait) be added for the generated automation wrapper methods.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | `SpecSyncWrapper`        |

{% content-ref url="/pages/-LVwFCLiKB3ACJLwVZGP" %}
[Configuration reference](/specsync/reference/configuration.md)
{% endcontent-ref %}
