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

Hello, we have found an HTML injection flaw: `http://testing-playground.com/%22%0D%0A/%3E%3Ch1%3E%3Ca%20href%3Dhttps://geeknik-labs.com%3EYour%20password%20is%20currently%20expired,%20please%20click%20the%20link%20to%20update%20your%20information%3C/a%3E%3C/h1%3E/` We believe this line is to blame due to the lack of input validation on `${frameSrc}`: https://github.com/testing-library/testing-playground/blob/082fd30c1f368f69174ebc97f9f03514d8ccf0ef/src/lambda/server/server.js#L35

This would enable users to play with different cases in an easy way. Think of: - a signup form - a payment form - a modal with a form embedded...

feature
RFC

The project step by step will grow and could have in the next future more packages: 1. site with embed 2. chrome extension 3. devtools extension We should think to...

## Summary 💡 The extension would have a record button which would store every user action performed in the page (click, type, etc.) to a _code output_ window. ## Examples...

feature

## Bug Report 🐛 The 'refresh for update' indicator is a bit buggy ![refresh-indicator](https://user-images.githubusercontent.com/1196524/85434338-2ccb7d80-b586-11ea-89c8-3170fd13f561.gif) ## To Reproduce ✔️ 1. No idea, maybe it's only the netlify preview build? ## Expected...

bug

When I'm on a smaller screen, I can't see half of the extension and I can't scroll either. ![image](https://user-images.githubusercontent.com/1500684/85619299-4ff63b80-b61f-11ea-9375-2d9114543e1a.png)

bug

It should be possible to filter events in the event debugger (under `/events`, introduced by #167). This way the event log will be less noisy, so it would become easier...

feature
project:events

We need an option to `Login with GitHub`. In case we need to specify permission, we need to have "read/write" access to GitHub gists (API). --- note: _This issue is...

feature

[we're whitelisted on iframely!](https://iframely.com/embed/https%3A%2F%2Ftesting-playground.com%2F%3Fmarkup%3DDwIwrgLhD2B2B8AoANtA5gS1o4B6cUc8QA%26query%3DM4YwTgphB2B0DmEAuAhAngJQPYBsIAoByAIwFckktpCBKIA%26panes%3Dmarkup%2Cquery) ![image](https://user-images.githubusercontent.com/1196524/83190483-c4c67a80-a132-11ea-911b-e8277cb38fed.png)

documentation

Do we need some instructions on how to use the tool? I'm not sure about this yet, but if we do, it should be added to the playground itself. Not...

discussion