From db3871f57fa272897bfecc54519627b5ec6e14a4 Mon Sep 17 00:00:00 2001 From: Gregory Heitz Date: Tue, 7 Jul 2020 09:17:47 +0200 Subject: [PATCH 1/2] Moved GherkinParam to modules --- _data/extensions.yml | 4 ---- _data/modules.yml | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/extensions.yml b/_data/extensions.yml index 7b6727ee1..0c761b4f4 100644 --- a/_data/extensions.yml +++ b/_data/extensions.yml @@ -62,10 +62,6 @@ link: https://github.com/ipeevski/PauseOnFail description: Pause execution on failure/error - allow debugging from failed point onwardss -- name: GherkinParam - link: http://github.com/edno/codeception-gherkin-param - description: The Codeception extension for supporting parameter notation in Gherkin scenario. - - name: SecureShell link: http://github.com/edno/codeception-secureshell description: The Codeception module for SSH commands, SFTP access and SSH tunnels diff --git a/_data/modules.yml b/_data/modules.yml index 154582054..ea465e959 100644 --- a/_data/modules.yml +++ b/_data/modules.yml @@ -58,6 +58,10 @@ description: Codeception FlySystem module with several adapters. Provides a set of methods for checking and modifying files on remote storage. color: "#FFF5C4" +- name: GherkinParam + link: http://github.com/edno/codeception-gherkin-param + description: The Codeception extension for supporting parameter notation in Gherkin scenario. + - name: HighlightCeption image: https://user-images.githubusercontent.com/6382002/29250010-0bdb3cf6-803b-11e7-92af-f666caf497e4.png link: https://github.com/hyperia-sk/highlight-ception From 9ddaf5fa9142f7541e026ae529dd4fc424c0b976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Heitz?= Date: Tue, 7 Jul 2020 19:22:00 +0200 Subject: [PATCH 2/2] Update GherkinParam description --- _data/modules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/modules.yml b/_data/modules.yml index ea465e959..060bb171e 100644 --- a/_data/modules.yml +++ b/_data/modules.yml @@ -60,7 +60,7 @@ - name: GherkinParam link: http://github.com/edno/codeception-gherkin-param - description: The Codeception extension for supporting parameter notation in Gherkin scenario. + description: The Codeception module for supporting parameter notation in Gherkin scenario. - name: HighlightCeption image: https://user-images.githubusercontent.com/6382002/29250010-0bdb3cf6-803b-11e7-92af-f666caf497e4.png