Ben Vercammen

Results 22 comments of Ben Vercammen

I needed to adjust my widget tests after adding the `OfflineBuilder` to my widget tree, which now looks like this: - MyApp - OfflineBuilder - .... Now for integration testing,...

I have a similar issue with `build_runner: ^2.2.0` being resolved as `2.2.0` in one package and `2.2.1` in another... I was assuming that melos would pull in the same version...

@blaugold Not really an issue (for now), just the fact that 2 packages in the same workspace have the same dependency, with the same `^` version, but actually resolve to...

I'm looking for something similar, however I don't need it for logging, but to do something after each @Given step. I'll try to come up with a pull request...

I agree with @laeubi on the ease of use the additional parameter would bring. I must admit I never really looked at the plugin API, but in my particular case...

Haven't updated the version yet, didn't help in the previous pull request either. Otherwise I've implemented the suggested changes.

@krisztianzagonyi-mintestio I'll try to clean up the PR as per the comments of @mpkorstanje , but I'll need to wrap my head around the existing architecture so it might take...

@mpkorstanje I've pushed some new commits that should resolve most of your previous concerns. Can you already have a look at those? In the meantime, I'll see if I can...

@mpkorstanje I think I've taken all your feedback into account, so if you have time to have another look at the code...

> Additionally the additon of `PickleStep.Keyword` seems rather odd. Could you provide an explanation of how you intend to use the methods of `Step`? The use case we have in...