thePantz

Results 11 comments of thePantz

Working on a new PR. I will reuse most of the previous PR but I have some thoughts: - the .yml file has an entry for *manufacturer* and *make*. These...

Still willing to merge this in. The PR has been sitting here for over a year and I have not been contacted by anyone to explain why

The good folks at https://github.com/datafaker-net/datafaker (fork of this repo) have added a vehicle faker among many others. I suggest we all move there

Serenity BDD has a solution for this using Shadow DOM specific By selectors https://github.com/serenity-bdd/serenity-core/pull/2341 I haven't used it personally, but worth a look If you're thinking about implementing

I was exploring this a while back. Here's an ability I wrote if it's at all helpful ``` /// /// Enables the Actor to use a Web browser via Playwright...

Credit where credit is due, I took inspiration from https://github.com/ScreenPyHQ/screenpy_playwright

I made a proof of concept here: https://github.com/thePantz/boa-constrictor/tree/feature/playwright-support/Boa.Constrictor.Playwright

@pl-shernandez there needs to be a mechanism similar to `WebLocator` to resolve locators and give them friendly names. Playwright has a lot more options when it comes to locating elements...

Understandable, I played around with making the logger public but it will probably cause more issues / encourage bad design decisions... Your proposed solution won't work either unfortunately... xUnits order...

Also found this thread: https://github.com/xunit/xunit/issues/565#issuecomment-433299374 People have been complaining about MessageSink for this exact use case...