diff --git a/docs/frameworks.md b/docs/frameworks.md index 0e08db1ee..5eb948446 100644 --- a/docs/frameworks.md +++ b/docs/frameworks.md @@ -101,7 +101,7 @@ exports.config = { tags: [], // (expression) only execute the features or scenarios with tags matching the expression strict: true, // fail if there are any undefined or pending steps format: ["pretty"], // (type[:path]) specify the output format, optionally supply PATH to redirect formatter output (repeatable) - 'dry-run': false, // invoke formatters without executing steps + 'dry-run': false, // invoke formatters without executing steps compiler: [] // ("extension:module") require files with the given EXTENSION after requiring MODULE (repeatable) },