testing-playground icon indicating copy to clipboard operation
testing-playground copied to clipboard

Simple and complete DOM testing playground that encourage good testing practices.

Results 31 testing-playground issues
Sort by recently updated
recently updated
newest added

## 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 ![CleanShot 2022-09-23 at 09 55 49](https://user-images.githubusercontent.com/119451/191923059-e9af5bc0-e74c-49da-ab27-6a297a9cca3f.png) ## To Reproduce ✔️ 1. Install Testing Playground...

bug

## 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...

feature

## 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...

feature

## Summary 💡 The extension is currently available only for Chrome and Firefox. It would be possible to add it as an extension to Microsoft Edge?

feature

## Bug Report 🐛 The [lawtalk website](https://www.lawtalk.co.kr) breaks when the `testing playground` extension is turned on. - Testing Playground on ![image](https://github.com/testing-library/testing-playground/assets/45571631/67b59485-4155-4c49-af91-3081cc77f716) - Testing Playground off ![image](https://github.com/testing-library/testing-playground/assets/45571631/5b446c1f-29a1-482a-9334-999ca955ebbb) ## To Reproduce ✔️...

bug

**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,...

bug

develop.testing-playground.com seems to be down: ## Bug Report 🐛 ## To Reproduce ✔️ 1. visit https://develop.testing-playground.com/

bug

## 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. ![Image](https://github.com/user-attachments/assets/2045691d-db80-4487-b1da-25689e3ff7f0) ## To Reproduce ✔️...

bug

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', {...

discussion