# Using SpecSync with Cucumber

SpecSync can synchronize any scenarios that are written in Gherkin format. Gherkin format is used by many tools in many platforms, like Cucumber, Cucumber Java, Cucumber.js, Behat, Behave and also SpecFlow.

SpecSync can also be used to publish test results of various Cucumber projects including Cucumber Java, Behave and SpecFlow so that Jira can track the historical test executions and provide you with various reports. To be able to publish the test results, the [publish-test-result](/specsync/jira/reference/command-line-reference/publish-test-results-command.md) command has to be used.

The SpecSync synchronization tool can be executed as a command line tool from Windows, macOS and Linux-based systems. See [Installation & Setup](/specsync/jira/installation.md) and [Using SpecSync on macOS or Linux](/specsync/jira/important-concepts/using-specsync-on-osxlinux-page.md) pages for details.

For a detailed guide on how to setup and run SpecSync with Cucumber, please check the [Getting started using Cucumber or other Gherkin-based BDD tool](/specsync/jira/getting-started/getting-started-cucumber.md) guide.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.specsolutions.eu/specsync/jira/important-concepts/using-specsync-with-cucumber.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
