Michael Bodnarchuk

Results 104 comments of Michael Bodnarchuk

Ok, I had to reconsider my previous comment. I had a discussion with Playwright's team and we agreed that both flows can be used. So currently I recommend you to...

I think we can contribute to this project. I really like it ) If you don't mind I can take the internals part and you may take UI part. The...

Sounds great ) And btw great to see the first release. I hope it helps to get started with testing without using the console.

Thanks for using. I will use that for future release. Or you can branch my plugin and add this method.

Can we detect the Composer's folder from a PHP script? Especially if we inject c3 in the very first lines of `index.php`. Not sure, maybe it's technically possible, but there...

> Is it not "common" and expected to have composer folder inside vendor No, it's not. Users can have a different location of composer's folder. Also it can work with...

Known issue. We can't detect that multi-word parameter matches the test, so let's say if we have two tests: * `User clicks link to login` * `User #{param}` If we...

@XavierDeMontis please attach a source code of the affected file, we need to ensure we can check and fix exactly your case.