aspenboy

Results 9 comments of aspenboy
trafficstars

I'm having exactly the same issue, but using `pytest-bdd==6.0.0`

Nothing rings a bell to me, as for me it works - however maybe try to create new, clean virtual env?

@bgronemanLIO my tests are quite heavy on visual assertions. After trying couple of different solutions and pytest plugins I ended up with https://github.com/Visual-Regression-Tracker/Visual-Regression-Tracker - it's free, configuration is quite easy...

I am using `pytest-check` for soft assertions. Adds another dependency to the project, but it works great.

> I tried this one but couldn't get it working with expect(). Do you have an example of this? It's a separate assertion mechanism, so you don't use it within...

> > Yup sounds expected, closing by that. Don't have long run fixtures, make them fast like Playwright is! > > Software is complicated, sometimes, I have to do A...

In my case I've created a simple function: ``` def wrapped_click(locator): locator.wait_for() locator.click() ``` without it Playwright seems to be... too fast? I guess it depends also on how the...

Would love to see this implemented :)