-
**After receiving a frame, rebrowser_playwright cannot interact with objects on it:**
**Code example:**
```
While True:
frame = page.frame(url=“some.url”)
if frame:
break
…
-
-
I want to use Playwright for [Automated Visual Testing with Chromatic](https://www.chromatic.com/blog/introducing-visual-testing-for-playwright/) and eventually ditch snapshot tests + ditch Cypress.
…
-
Some of revealjs feature, and especially our quarto-support plugin can't be tested unless we do automated headless testing.
This issue is to store the potential test to implement.
## Revealjs
- […
cderv updated
1 month ago
-
### Simple description about the feature
Add Minitest spec expectations for parity with rspec
### Usecase / Motivation
I'm using Minitest spec in my project and trying to figure out what is neede…
-
#### What's the problem this feature will solve?
When a user installs multiple plugins it is often the case that there are conflicting options. Currently there is no way to handle those conflicts but…
-
В мой Termux не хочет устанавливаться библиотека playwright
Показывает мне такую ошибку
ERROR: Could not find a version that satisfies the requirement playwright (from versions: none)
ERROR: No m…
-
Hi,
I have problems starting the container on our openshift/kubernetes system. When trying to start the container, the container is terminated with the following message:
2024-10-10T07:05:14.122Z …
-
GithubのActionでphp unittestがタイムアウトになりテストが通らなくなっていました。
```
Run npx playwright test --trace on --project=chromium
npx playwright test --trace on --project=chromium
shell: /usr/bin/bash -e {0}
…
-
**The problem**
Sometimes we need to run code before / after particular feature file. Currently it can be achieved in playwright-bdd only with some [hacks](https://github.com/vitalets/playwright-bdd/…