{"id":31333372,"url":"https://github.com/testdriverai/snippet-error-poc","last_synced_at":"2026-02-15T15:40:28.387Z","repository":{"id":315649603,"uuid":"1060366217","full_name":"testdriverai/snippet-error-poc","owner":"testdriverai","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-19T22:09:19.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-29T21:26:11.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/testdriverai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-19T19:41:10.000Z","updated_at":"2025-09-19T22:03:59.000Z","dependencies_parsed_at":"2025-09-19T22:01:39.906Z","dependency_job_id":"5cbd4462-abd5-426b-9004-243e68159ca7","html_url":"https://github.com/testdriverai/snippet-error-poc","commit_stats":null,"previous_names":["testdriverai/snippet-error-poc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/testdriverai/snippet-error-poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testdriverai%2Fsnippet-error-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testdriverai%2Fsnippet-error-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testdriverai%2Fsnippet-error-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testdriverai%2Fsnippet-error-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testdriverai","download_url":"https://codeload.github.com/testdriverai/snippet-error-poc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testdriverai%2Fsnippet-error-poc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29482642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-26T01:54:18.104Z","updated_at":"2026-02-15T15:40:28.366Z","avatar_url":"https://github.com/testdriverai.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# snippet-error-poc\n\n```\nnpx testdriverai@latest run testdriver/test.yaml\nNeed to install the following packages:\ntestdriverai@6.0.30\nOk to proceed? (y) y\n\nLog file created at: /var/folders/7s/2nhyb0rj2bs_rkswlgqnnhdm0000gn/T/testdriverai-cli-22865.log\nHowdy! I'm TestDriver v6.0.30\nStarting debugger server...\nThis is beta software!\nJoin our Discord for help\nhttps://discord.com/invite/cWDFW8DzPm\nWorking on /Users/ianjennings/Development/snippet-error-poc/testdriver/test.yaml\nestablishing connection...\nauthenticating...\nno recent sandbox found, creating a new one.\ncreating new sandbox (can take up to 2 minutes)...\nconnecting...\nLive test execution: \nhttp://localhost:60088?data=%7B%22resolution%22%3A%5B1366%2C768%5D%2C%22url%22%3A%22http%3A%2F%2F18.191.211.115%3A8080%2Fvnc_lite.html%3Ftoken%3DV3b8wG9%22%2C%22token%22%3A%22V3b8wG9%22%7D\nrunning /Users/ianjennings/Development/snippet-error-poc/testdriver/test.yaml...\n\n\u003e snippet run\ntest.yaml:3:5 (run)\ncommand='run' file='snippet.yaml'\nsnippet.yaml (start)\nsnippet.yaml:3:5 (exec)\nexec\ncommand='exec' code='throw new Error('Validation failed')' lang='js'\ncalling exec...\nthrow new Error('Validation failed')\nrunning js...\nrunning value of `windows` in local JS vm...\n\n------\nerror:general : Error detected, but recovery mode is not enabled.\nTo attempt automatic recovery, re-run with the --heal flag.\nerror:fatal : Error in snippet.yaml:\n\n   2     steps:\n   3       - prompt: snippet postrun\n   4         commands:\n   5 \u003e\u003e\u003e     - command: exec\n   6           lang: js\n   7           output: validation_result\n   8           code: throw new Error('Validation failed')\n\nError: Error running script: Validation failed\nreviewing test...\nsummarizing...\n    It looks like the test never actually executed any UI\n    steps because its mission statement was left blank and no\n    commands were defined to drive the application, so when\n    the runner tried to validate the YAML it found required\n    fields (like a non-empty goal and at least one action)\n    missing or malformed. In other words, the script was\n    syntactically valid YAML but semantically failed the test\n    harness’s schema checks—there was nothing to focus, click,\n    or assert—so the validator refused to run it and reported\n    “Validation failed.”\n\nSummary written to: /var/folders/7s/2nhyb0rj2bs_rkswlgqnnhdm0000gn/T/testdriver-summary.md\nexiting...\nrunning /Users/ianjennings/Development/snippet-error-poc/testdriver/lifecycle/postrun.yaml...\n\n\u003e POSTRUN RUNNING\npostrun.yaml:3:5 (exec)\nexec\ncommand='exec' code='echo \"POSTRUN\"' lang='pwsh'\ncalling exec...\necho \"POSTRUN\"\nCommand stdout:\nPOSTRUN\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestdriverai%2Fsnippet-error-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestdriverai%2Fsnippet-error-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestdriverai%2Fsnippet-error-poc/lists"}