site/.checks/tests/resume-test.json

24 lines
847 B
JSON
Executable file

{
"tests": [
{
"steps": [
{
"description": "Go to the specified URL",
"goTo": "https://gugulet.hu/resume.html"
},
{
"description": "Verify the presence of the main heading",
"find": "Gugulethu Hlekwayo"
},
{
"description": "Verify that the 'Learn more' link is present and working",
"click": "See the documentation set"
},
{
"description": "Capture a screenshot of the resulting page",
"screenshot": "resume-top.png"
}
]
}
]
}