From 012936c48939fb2f8c2b62ee0df40591d5fec8b5 Mon Sep 17 00:00:00 2001 From: AliakseiLiasnitski Date: Tue, 7 May 2024 13:31:13 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c52e673..96ba59f 100644 --- a/README.md +++ b/README.md @@ -493,7 +493,7 @@ AfterStep((step) => { }); ``` -You can avoid duplicating this logic in each step definitions. Instead, add it to the `cypress/support/step_definitions.js` file and include the path to this file in the `stepDefinitions` array (if necessary). These hooks will be used for all step definitions. +You can avoid duplicating this logic in each step definitions. Instead, add it to the `cypress/support/step_definitions.js` file and include the path to this file in the [stepDefinitions](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/docs/step-definitions.md) array (if necessary) within cucumber-preprocessor config. These hooks will be used for all step definitions. # Copyright Notice