Zachary Hamm

Results 34 comments of Zachary Hamm

Hey @dragosMC91, answered over in your PR. There's still something with the dependencies that causes issues and I can't remember how I remedied it. I'm gonna be in a bit...

There's been a lot of back and forth on this issue and it seems like there's something missing around the expectations around the order of operations for filtering tests. With...

@mikesalvia, I posted an outline for a solution here: https://github.com/webdriverio/webdriverio/pull/8432#issuecomment-1419216928 Would love some feedback!

Hey y'all, I've gotten some time to look at some WDIO issues and am trying to diagnose what is going on here. I think this is an issue with the...

Ha, I think I found it. The `pickleFilter.lineFilter` has a method named [`matchesAnyLine`](https://github.com/cucumber/cucumber-js/blob/2fd424aa7127a6449291015ad326f555ed957203/src/pickle_filter.ts#L98): ```ts matchesAnyLine({ gherkinDocument, pickle }: IMatchesAnyLineRequest): boolean { const uri = path.normalize(pickle.uri) const linesToMatch = this.featureUriToLinesMapping[uri] if...

You're lucky. I put some work in today for y'all πŸ˜‰ https://github.com/webdriverio/webdriverio/pull/10772

I'd like some more validation from other people before we merge this -- I don't want to introduce another breaking change if I did so already!

Hey @esaari , my changes are available in [v8.13.9](https://github.com/webdriverio/webdriverio/releases/tag/v8.13.9). Can you check and see if this can be closed out if it is working for you?

It's been two years since I reported it so I literally cannot remember what I was doing with this lol. I went with a different reporter for the suite. If...