{"id":17049400,"url":"https://github.com/samccone/polymer-drool","last_synced_at":"2026-05-04T14:32:47.682Z","repository":{"id":65993013,"uuid":"44846763","full_name":"samccone/polymer-drool","owner":"samccone","description":null,"archived":false,"fork":false,"pushed_at":"2015-10-24T02:58:24.000Z","size":112,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T04:27:27.910Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/samccone.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}},"created_at":"2015-10-24T01:18:27.000Z","updated_at":"2016-11-08T07:02:55.000Z","dependencies_parsed_at":"2023-02-19T21:30:25.380Z","dependency_job_id":null,"html_url":"https://github.com/samccone/polymer-drool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samccone/polymer-drool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samccone%2Fpolymer-drool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samccone%2Fpolymer-drool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samccone%2Fpolymer-drool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samccone%2Fpolymer-drool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samccone","download_url":"https://codeload.github.com/samccone/polymer-drool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samccone%2Fpolymer-drool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32611661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":"2024-10-14T09:54:33.652Z","updated_at":"2026-05-04T14:32:47.653Z","avatar_url":"https://github.com/samccone.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Polymer Drool\n\nA [drool](https://github.com/samccone/drool) adapter to test [polymer](https://github.com/Polymer/polymer) components for lifecycle memory leaks.\n\n\n#### How to\n\n```js\nvar path = require('path');\nvar drool = require('drool');\nvar webdriver = drool.webdriver;\nvar controlFlow = webdriver.promise.controlFlow();\nvar driver = drool.start({chromeOptions: 'no-sandbox'});\nvar polymerDrool = require('polymer-drool');\nvar server;\n\ncontrolFlow.execute(function() {\n  server = polymerDrool.serveComponent(path.join(__dirname, '../'), 'paper-button')\n});\n\ncontrolFlow.execute(function() {\n  polymerDrool.test('paper-button', driver).then(function() {\n    return driver.quit();\n  }).then(function() {\n    server.close();\n  });\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamccone%2Fpolymer-drool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamccone%2Fpolymer-drool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamccone%2Fpolymer-drool/lists"}