burtlo / yard-cucumber

YARD extension that adds Cucumber Features, Tags, and Step Definitions
MIT License
128 stars 46 forks source link

Error while loading *.feature and *.rb files #99

Open pgundlupetvenkatesh opened 4 years ago

pgundlupetvenkatesh commented 4 years ago

I get this long list of error while loading feature and step files using yardoc 'features/**/*.rb' 'features/**/*.feature'

[error]: Skipping feature because an error has occurred.
[error]: Skipping feature because an error has occurred.
.
.
.
[error]: Skipping feature because an error has occurred.
[error]: Skipping feature because an error has occurred.
Files:         476
Modules:         7 (    0 undocumented)
Classes:         0 (    0 undocumented)
Constants:       2 (    0 undocumented)
Attributes:      3 (    0 undocumented)
Methods:        50 (    0 undocumented)
 100.00% documented

I have multiple tags at feature level in all feature files I think that shouldn't be an issue.

I am on yard-cucumber (4.0.0), yard (0.9.25), and cucumber (3.0.2) in Windows 10. rake yard --trace throws a Seg fault. Console error here https://github.com/pgundlupetvenkatesh/MyFiles/blob/master/yard-cucumber-seg-fault.txt There were no errors or warnings on cucumber (2.4.0)

pgundlupetvenkatesh commented 3 years ago

@burtlo how soon can we expect yard-cucumber to work with Cucumber v6x?

pgundlupetvenkatesh commented 2 years ago

@burtlo is there a new yard-cucumber release planned soon?