2019-12-12 07:50:53 +00:00
|
|
|
{
|
|
|
|
|
"name": "Using fixtures to represent data",
|
|
|
|
|
"email": "hello@cypress.io",
|
2020-05-08 09:01:11 +00:00
|
|
|
"body": "Fixtures are a great way to mock data for responses to routes",
|
|
|
|
|
"ButtonLabel":"Test Button",
|
|
|
|
|
"ButtonName":"Submitbutton",
|
|
|
|
|
"AlertModalName":"Alert_Modal",
|
|
|
|
|
"FormModalName":"Form_Modal",
|
|
|
|
|
"TextLabelValue":"Test Text Label",
|
|
|
|
|
"TextName":"TestTextBox",
|
|
|
|
|
"TextLabel":"Label",
|
|
|
|
|
"TextBody":"Body",
|
|
|
|
|
"TextHeading":"Heading",
|
|
|
|
|
"Datepickername":"Datepicker",
|
|
|
|
|
"DatepickerLable":"date",
|
|
|
|
|
"RichTextEditorName":"RichtextEditor",
|
|
|
|
|
"HtmlText":"This is the initial<b>content </b> <h1> This is a Heading</h1> <p> This is a paragraph.</p>",
|
|
|
|
|
"RichTexteditorBody":"Here is the text area to edit html"
|
2019-12-12 07:50:53 +00:00
|
|
|
}
|