{"id":17088335,"url":"https://github.com/atotto/webtester","last_synced_at":"2025-05-08T23:48:53.722Z","repository":{"id":57508230,"uuid":"72191068","full_name":"atotto/webtester","owner":"atotto","description":"chrome web test support library","archived":false,"fork":false,"pushed_at":"2024-02-20T14:53:56.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-08T23:48:48.580Z","etag":null,"topics":["chrome","chromedriver","golang-library","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atotto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2016-10-28T08:53:39.000Z","updated_at":"2022-01-13T02:36:00.000Z","dependencies_parsed_at":"2024-01-04T03:31:07.751Z","dependency_job_id":"2c262e55-a793-4964-b211-f2dfe635c04b","html_url":"https://github.com/atotto/webtester","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atotto%2Fwebtester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atotto%2Fwebtester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atotto%2Fwebtester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atotto%2Fwebtester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atotto","download_url":"https://codeload.github.com/atotto/webtester/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253166479,"owners_count":21864467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chrome","chromedriver","golang-library","testing"],"created_at":"2024-10-14T13:37:09.363Z","updated_at":"2025-05-08T23:48:53.705Z","avatar_url":"https://github.com/atotto.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CircleCI](https://circleci.com/gh/atotto/webtester.svg?style=svg)](https://circleci.com/gh/atotto/webtester)\n\n# web test library for golang\n\nexample:\n\n```example.go\nfunc TestSimple(tt *testing.T) {\n\tt := webtester.Setup(tt, chrome.DriverPath)\n\tdefer t.TearDown()\n\n\td := t.OpenBrowser()\n\td.SetPageLoadTimeout(4 * time.Second)\n\n\td.VisitTo(\"https://tour.golang.org/welcome/1\")\n\n\td.WaitFor(\"id:run\")\n\td.MustFindElement(\"id:run\").Click()\n\n\td.WaitFor(\"class:stdout\")\n\td.MustFindElement(\"class:stdout\").VerifyText(strings.Contains, \"Hello\")\n\n\td.MustFindElement(\"class:next-page\").Click()\n\td.ExpectTransitTo(\"/welcome/2\").TakeScreenshot(\"page2.png\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatotto%2Fwebtester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatotto%2Fwebtester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatotto%2Fwebtester/lists"}