vue3-realworld-example-app/cypress/fixtures/article.json

20 lines
501 B
JSON

{
"article": {
"title": "Article title",
"slug": "article-title",
"body": "# Article body\n\nThis is **Strong** text",
"createdAt": "2020-11-01T14:59:39.404Z",
"updatedAt": "2020-11-01T14:59:39.404Z",
"tagList": [],
"description": "this is descripion",
"author": {
"username": "plumrx",
"bio": null,
"image": "https://static.realworld.io/images/smiley-cyrus.jpg",
"following": false
},
"favorited": true,
"favoritesCount": 0
}
}