You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not with JBehave or Cucumber, by design - if the data comes from an external source, it’s a test script and not an executable specification, so it would make for poor living documentation.
Actually it looks like JBehave does support this format. I don't know what Serenity would do with this format - most of the new development we do is for Cucumber.
@wakaleo is it possible to have my Examples data table from external resource?
e.g. reading from src/test/resources/
Given I want to login: src/test/resources/data.table
The text was updated successfully, but these errors were encountered: