testing-playground
testing-playground copied to clipboard
Simple and complete DOM testing playground that encourage good testing practices.
## Bug Report 🐛 The firefox extension for testing playground appears to be gone: https://addons.mozilla.org/en-US/firefox/addon/testing-playground/ This is the link that the "Firefox Extension" button in the testing-playground.com menu links to....
## Summary 💡 It would be great if we had find in mark-up text feature in markup code editor. ## Examples 🌈 User clicks on markup text editor then presses...
## Bug Report 🐛 When using a link from screen.logTestingPlaygroundURL() of @testing-library/angular the Testing-playground.com environment is empty and [this image](https://testing-playground.com/code_thinking.299ea641.png) is shown in the right two fields. ## To Reproduce...
## Bug Report 🐛 Suggesting `getByText` over `getByLabelText`. As far as I understand, `getByLabelText` is of higher priority than `getByText`, according to https://testing-library.com/docs/queries/about/#priority ## To Reproduce ✔️ ## Expected behavior...
## Bug Report 🐛 `screen. getByRole('listitem')` does nothing. It will correctly point out when clicking on the element that you should use ` getByRole('listitem')` but then nothing happens when you...
## Summary 💡 I've mainly come across this tool through the chrome extension, which is great! It would be even better if it could support being used against storybook -...
## Bug Report 🐛 If using either the Firefox or Chrome extensions in Cypress test runner, when moving the mouse to pick elements, the following error message is thrown: `contentScript.js:1...
## Bug Report 🐛 Hi there I have a simple table structure where I wanted to select its first cell. While applying a better selector suggested by the application, it...
## Bug Report 🐛 I'm testing a Material UI Dialog and when opening the screen on playground the CSS is not applied and the screen size is not responsive not...