boyney123/mockit

HTML getting rendered in the response field

Open

#21 opened on 2019年4月22日

GitHub で見る
 (9 comments) (0 reactions) (0 assignees)JavaScript (76 forks)batch import
assignedenhancementhelp wanted

Repository metrics

Stars
 (1,576 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

What you did:

Add this HTML snippet inside the response field. And you will see it render...

<div style='width: 500px; background-color: red;'>Hey you!</div>

What happened:

It rendered the HTML

image

Suggested solution:

I think at the moment mockit will only return JSON responses. It would be nice that HTML does not get rendered as HTML, but also maybe give the user an error if HTML was added?

Option 2: We can try and support HTML as responses but not sure what would be involved.

コントリビューターガイド