-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding playground link when a test fails #837
Comments
I think that's a pretty good idea personally. Maybe it could be disabled globally? |
That sounds like a great idea. |
It sounds good to me too, it could be very useful but I agree with @kentcdodds that should be disabled globally. |
To be clear, I think it should be enabled by default. Just something you can disable globally. |
Also, to be clear further, anyone can claim this. Feel free to volunteer to implement this :) |
Ooo sounds neat. Aren't the |
@kentcdodds @nickmccurdy i'd like to help with it |
Go for it 💯 |
Describe the feature you'd like:
The playground link is really useful.
Each time
find
/get
function fails, it prints a really long HTML.Maybe you can add the playground link by default, each time
find
/get
function failsexpect
fails. likeexpect(element).toBeChecked();
Suggested implementation:
getElementError
.The text was updated successfully, but these errors were encountered: