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

9 lines
158 B
JSON

{
"profile": {
"username": "ma0dong",
"bio": null,
"image": "https://static.realworld.io/images/smiley-cyrus.jpg",
"following": false
}
}