Skip to content

Commit

Permalink
Merge branch 'next' into remove-ibm-com
Browse files Browse the repository at this point in the history
  • Loading branch information
CaroMac authored Aug 7, 2024
2 parents b414675 + d9676d4 commit 747d316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://github.com/galasa-dev/managers/tree/main/galasa-managers-parent/galasa-managers-core-parent/dev.galasa.core.manager/src/main/java/dev/galasa/core/manager/internal/gherkin" target="_blank">
Core Manager</a>, and the <a href="https://github.com/galasa-dev/managers/tree/main/galasa-managers-parent/galasa-managers-zos-parent/dev.galasa.zos3270.manager/src/main/java/dev/galasa/zos3270/internal/gherkin" target="_blank">
zos3270Terminal Manager</a>. For more information about these Managers, see the [Manager](../managers) documentation section.



For more information about Gherkin, see the <a href="https://cucumber.io/docs/guides/overview/" target="_blank">Cucumber website.</a>
For more information about the Gherkin support currently available, see the <a href="https://github.com/galasa-dev/cli/blob/main/gherkin-docs.md" target="_blank">Galasa CLI Gherkin documentation</a>.

## Overriding the path to the default local Maven repository

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://github.com/galasa-dev/managers/tree/58affdf42380ee5144c4d0d8f46c6245b9dd7ef6/galasa-managers-parent/galasa-managers-zos-parent/dev.galasa.zos3270.manager"> Gherkin keywords</a>.
The zos3270Terminal Manager supports <a href="https://github.com/galasa-dev/cli/blob/main/gherkin-docs.md#3270-terminal-manipulation-steps">Gherkin keywords</a>.

*Note:* The feature for saving PNG representations of the terminal screens to the RAS is available in the current release as experimental code only.

Expand Down

0 comments on commit 747d316

Please sign in to comment.