From bfada39b26f19374587280c614e139a75622a87d Mon Sep 17 00:00:00 2001 From: Joseph McCarron Date: Sun, 4 May 2025 14:09:35 -0700 Subject: [PATCH] sample test --- docs/sampletest.spec.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/sampletest.spec.json diff --git a/docs/sampletest.spec.json b/docs/sampletest.spec.json new file mode 100644 index 00000000..5513a061 --- /dev/null +++ b/docs/sampletest.spec.json @@ -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" + } + ] + } + ] +} \ No newline at end of file