Is RSpec Supported?

RSpec is a popular tool for performing BDD at the unit test level and predates Cucumber

Alan Parkinson avatar
Written by Alan Parkinson
Updated over a week ago

RSpec is a popular tool for performing BDD at the unit test level and was the tool that inspired the creation of Cucumber.

Behave Pro doesn't support RSpec because it focuses on building a "Shared Understanding" for a User Story or requirement, and exports Scenarios/Examples in gherkin (Given When Then) format which RSpec can't process.

Did this answer your question?