Closed lfk-cbrain closed 1 year ago
Fixed so steps.handler.ts follows Cucumber's regex for {word}.
Currently the extension uses '[A-Za-z]+' while Cucumber uses '[^\s]+' per their documentation and their code
Fixed so steps.handler.ts follows Cucumber's regex for {word}.
Currently the extension uses '[A-Za-z]+' while Cucumber uses '[^\s]+' per their documentation and their code