Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/sampletest.spec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"tests": [
{
"steps": [
{
"description": "Go to the homepage",
"goTo": "https://doc-detective.com/"
},
{
"description": "Verify the presence of the main heading",
"find": "Doc Detective"
},
{
"description": "Verify that the 'Get Started' link is present and working",
"click": "Get started"
},
{
"description": "Capture a screenshot of the resulting page",
"screenshot": "get_started.png"
}
]
}
]
}
Loading