playwright-testing-library
playwright-testing-library copied to clipboard
🔍 Find elements in Playwright with queries from Testing Library
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 7.31.2 to 8.17.1. Release notes Sourced from @testing-library/dom's releases. v8.17.1 8.17.1 (2022-08-09) Bug Fixes log ignored selectors correctly on error (#1141) (d50a967) v8.17.0 8.17.0 (2022-08-09) Features ByRole:...
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.6. Release notes Sourced from actions/cache's releases. v3.0.6 What's Changed Add example for clojure lein project dependencies by @shivamarora1 in PR actions/cache#835 Update toolkit's cache...
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.17.1 to 1.24.2. Release notes Sourced from playwright's releases. v1.24.2 Highlights This patch includes the following bug fixes: microsoft/playwright#15977 - [BUG] test.use of storage state regression in...
Bumps [rollup](https://github.com/rollup/rollup) from 2.61.1 to 2.77.2. Release notes Sourced from rollup's releases. v2.77.2 2022-07-27 Bug Fixes Avoid a rendering failure when mixing outputs with inlined and non-inlined dynamic imports (#4589)...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.4.0 to 28.1.6. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I was really excited to use this library/plugin, but I'm not sure I see the value when the standard Playwright `expect` assertions aren't supported for ElementHandles? I know this is...
This was my first go at implementing `configure()` for the `Locator` queries from a couple weeks back. I decided to try to synchronize the configuration state across all the implementations,...
- test(fixture): remove assertion count... doesn't exist for Playwright, wat? - wip: test(fixture): add test for async case
Bumps [@hover/javascript](https://github.com/hoverinc/hover-javascript) from 6.82.0 to 6.90.0. Release notes Sourced from @hover/javascript's releases. v6.90.0 6.90.0 (2022-06-23) Features deps: bump shell-quote from 1.7.2 to 1.7.3 (743d715) v6.89.2 6.89.2 (2022-06-13) Bug Fixes format:...
The assertion (was introduced in 1.22.0): https://playwright.dev/docs/test-assertions#locator-assertions-to-have-screenshot-1 package.json: ``` "dependencies": { "playwright-chromium": "1.22.2", "@playwright/test": "1.22.2", "@playwright-testing-library/test": "4.3.0-beta.1", } ``` Playwright test config: ```ts import { PlaywrightTestConfig } from '@playwright/test'; const...