Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPMRPP-84955 || Add info about Gherkin in Documentation #581

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Cucumber

There is an agent to integrate [Cucumber](https://cucumber.io/) with ReportPortal.

Cucumber is a popular open-source framework for behavior-driven development (BDD) which allows developers, testers, and business stakeholders to work together and define an application's behavior.
Cucumber is a popular open-source framework for behavior-driven development (BDD) which based on Gherkin language and allows developers, testers, and business stakeholders to work together and define an application's behavior.

## Compatibility matrix for cucumber agents

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: JBehave

There is an agent to integrate [JBehave](https://jbehave.org/) with ReportPortal.

JBehave is a Java framework which can be used for creating clear and readable automated acceptance tests.
JBehave is a Java framework which can be used for creating clear and readable automated acceptance tests in behavior-driven development (BDD) style. The agent supports both JBehave story syntax and Gherkin.

[Installation guide](https://github.com/reportportal/agent-java-jbehave#readme)

Expand Down