From ee1fcf0ff0c0dab65019d47b430081b20904c91a Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 7 Aug 2024 10:46:07 +0000 Subject: [PATCH] Add link to Gherkin doc in CLI repo Signed-off-by: James Taylor --- .../docs/cli-command-reference/runs-submit-local.md | 9 +-------- .../docs/managers/zos3270terminal-manager.md | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/markdown-pages/docs/cli-command-reference/runs-submit-local.md b/src/markdown-pages/docs/cli-command-reference/runs-submit-local.md index 58ce4cad..3cdda364 100644 --- a/src/markdown-pages/docs/cli-command-reference/runs-submit-local.md +++ b/src/markdown-pages/docs/cli-command-reference/runs-submit-local.md @@ -72,14 +72,7 @@ where: - `--log` specifies that debugging information is directed somewhere, and the `-` means that it is sent to the console (stderr). - `--gherkin` specifies the path where the CLI tool can find the Gherkin file containing the Gherkin tests. The path must be specified in a URL form, ending in a `.feature` extension. For example,`file:///Users/myuserid/gherkin/MyGherkinFile.feature` or `file:///C:/Users/myuserid/gherkin/MyGherkinFile.feature`. - -Examples of Galasa Managers in GitHub that have Gherkin support currently available are the -Core Manager, and the -zos3270Terminal Manager. For more information about these Managers, see the [Manager](../managers) documentation section. - - - -For more information about Gherkin, see the Cucumber website. +For more information about the Gherkin support currently available, see the Galasa CLI Gherkin documentation. ## Overriding the path to the default local Maven repository diff --git a/src/markdown-pages/docs/managers/zos3270terminal-manager.md b/src/markdown-pages/docs/managers/zos3270terminal-manager.md index f2d4e91c..f8af6b91 100644 --- a/src/markdown-pages/docs/managers/zos3270terminal-manager.md +++ b/src/markdown-pages/docs/managers/zos3270terminal-manager.md @@ -24,7 +24,7 @@ Examples of using colour support and screen sizing are available in the [Code sn When running a Galasa test with the Galasa CLI, terminal images are logged to the run log and PNG representations of the terminal screens can also be saved to the Result Archive Store (RAS) as the outputs are now controlled by the `zos3270.terminal.output` CPS property. -The zos3270Terminal Manager supports Gherkin keywords. +The zos3270Terminal Manager supports Gherkin keywords. *Note:* The feature for saving PNG representations of the terminal screens to the RAS is available in the current release as experimental code only.