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
I've been trying to get this to work in a larger python/JS/TS project and have had 0 luck configuring it to find matching steps. I scanned the repo and only saw one spot where it was searching for .rb files. I've even tried some of the forks/PR's people have created for configuring paths via env vars and preferring vimscript and falling back to ruby.
Could it be the way some of the regex's are defined that are ruby specific?
All our step files follow the usual paths: /cypress/integration/**/*.cucumber.ts
I've been trying to get this to work in a larger python/JS/TS project and have had 0 luck configuring it to find matching steps. I scanned the repo and only saw one spot where it was searching for
.rb
files. I've even tried some of the forks/PR's people have created for configuring paths via env vars and preferring vimscript and falling back to ruby.Could it be the way some of the regex's are defined that are ruby specific?
All our step files follow the usual paths:
/cypress/integration/**/*.cucumber.ts
I've combined a few of the relevant commits in my fork here:
https://github.com/Gee19/vim-cucumber
The text was updated successfully, but these errors were encountered: