bencompton / jest-cucumber

Execute Gherkin scenarios in Jest
Apache License 2.0
649 stars 113 forks source link

Fix regression in loadFeature now corrected to consider global options for relative feature file loading #220

Closed pplancq closed 2 months ago

pplancq commented 2 months ago

This PR corrects a regression present since version 4.

The problem concerned the loadFeature function, which threw an exception when loadRelativePath was set to true via setJestCucumberConfiguration in the setupTest file.

bencompton commented 2 months ago

Thanks for fixing this!

github-actions[bot] commented 2 months ago

:tada: This PR is included in version 4.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: