19 lines
704 B
JSON
19 lines
704 B
JSON
{
|
|
"name": "Using fixtures to represent data",
|
|
"email": "hello@cypress.io",
|
|
"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"
|
|
} |