testing-playground
testing-playground copied to clipboard
Simple and complete DOM testing playground that encourage good testing practices.
## Bug Report 🐛 Testing Playground breaks [Miro](https://miro.com/app/) `Cannot read properties of undefined (reading 'startAppLoadingStep')` https://community.miro.com/ask-the-community-45/miro-broken-when-used-with-testing-library-extension-9916  ## To Reproduce ✔️ 1. Install Testing Playground...
## Summary 💡 Allow configuring a custom query so that `screen.get...` can be changed. For that, I would create two new fields in the settings panel: `selector object` with the...
## Summary 💡 Dark Mode First of: Thx for this testing library/extensions - the docs are well written, the browser extension hugely helpfully and smartly designed queries well explained. The...
## Summary 💡 The extension is currently available only for Chrome and Firefox. It would be possible to add it as an extension to Microsoft Edge?
## Bug Report 🐛 The [lawtalk website](https://www.lawtalk.co.kr) breaks when the `testing playground` extension is turned on. - Testing Playground on  - Testing Playground off  ## To Reproduce ✔️...
**What**: `/embed.js` file is missing from the built output. **Why**: While the embed.js file is missing it is not possible to load the embed.js file: ``` ``` **How**: Added embed.js...
## Bug Report 🐛 ## To Reproduce ✔️ 1. visit https://codepen.io/smeijer/pen/yLYWZmK ## Expected behavior 🤔 Working playground. ## Suggested solution 🔦 Seems like something went wrong with the Netlify configuration,...
develop.testing-playground.com seems to be down: ## Bug Report 🐛 ## To Reproduce ✔️ 1. visit https://develop.testing-playground.com/
## Bug Report 🐛 The [Chrome extension page](https://chromewebstore.google.com/detail/testing-playground/hejbmebodbijjdhflfknehhcgaklhano) now displays a message saying the extension doesn't follow best practices and may soon not be supported.  ## To Reproduce ✔️...
Seems like overkill to use regex for recommended queries. Is that really what we want to propagate as the recommended pattern? So for example the playground recommends: ``` screen.getByRole('button', {...