playwright-testing-library
playwright-testing-library copied to clipboard
🔍 Find elements in Playwright with queries from Testing Library
> - [x] ⚠️ This depends on #498, so merge it first Implement query chaining per response to @gajus comment https://github.com/testing-library/playwright-testing-library/pull/498#issuecomment-1241427489. I think this came out to be pretty cool/useful/powerful....
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.4.0 to 29.0.3. 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...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.3.0 to 14.1.0. Changelog Sourced from @rollup/plugin-node-resolve's changelog. v14.1.0 2022-09-12 Features feat: add new option, modulePaths (#1104) v14.0.1 2022-09-08 Bugfixes fix: handle circular commonjs (#1259) v14.0.0 2022-09-06...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.0.1 to 22.0.2. Changelog Sourced from @rollup/plugin-commonjs's changelog. v22.0.2 2022-08-05 Bugfixes fix: Exclude multi-line template strings from indent (#1229) v22.0.1 2022-06-24 Bugfixes fix: Only proxy detected commonjs...
Bumps [rollup](https://github.com/rollup/rollup) from 2.61.1 to 2.79.0. Release notes Sourced from rollup's releases. v2.79.0 2022-08-31 Features Add amd.forceJsExtensionForImports to enforce using .js extensions for relative AMD imports (#4607) Pull Requests #4607:...
The **pretty-dom** + `getElementError` error that Testing Library outputs is super long for the **e2e** use case since we're working with entire pages instead of small units. So far, we're...
Hi, I see that playwright has released an API very similar to testing-library in https://github.com/microsoft/playwright/releases/tag/v1.27.0. I'd like to get your take as maintainers of this library. Is there still something...
We are using Playwright testing library for our test framework, and it is really helpful, now we are trying to do authentication once then reuse session storage, storage state (cookies)...
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.31.0 to 1.34.2. Release notes Sourced from @playwright/test's releases. v1.34.2 Highlights microsoft/playwright#23225 - [BUG] VSCode Extension broken with Playwright 1.34.1 Browser Versions Chromium 114.0.5735.26 Mozilla Firefox 113.0...