Skip to content

Commit 69adb05

Browse files
authored
Update README.md (#61)
1 parent 855be21 commit 69adb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ debuggerPlugin(on: Cypress.PluginEvents, config: Cypress.PluginConfig, options?:
103103
```
104104

105105
- `on` - [`Cypress.PluginEvents`](https://docs.cypress.io/guides/references/configuration#setupNodeEvents) `setupNodeEvents` method first argument
106-
- `on` - [`Cypress.PluginConfig`](https://docs.cypress.io/guides/references/configuration#setupNodeEvents) `setupNodeEvents` method second argument
106+
- `config` - [`Cypress.PluginConfig`](https://docs.cypress.io/guides/references/configuration#setupNodeEvents) `setupNodeEvents` method second argument
107107
- `options` - [`PluginOptions`](./packages/plugin/src/types.ts):
108108
- `meta: Record<string, unknown>`: an optional field that is added to the `TestExecutionResult` as `pluginMeta`
109109
- `callback: (path: string, data: TestExecutionResult`: a callback function that will be called after each test

0 commit comments

Comments
 (0)