{"id":14982052,"url":"https://github.com/gulpjs/acceptance","last_synced_at":"2025-06-17T06:07:33.130Z","repository":{"id":13140736,"uuid":"15823054","full_name":"gulpjs/acceptance","owner":"gulpjs","description":"Acceptance test suite for plugins","archived":false,"fork":false,"pushed_at":"2014-05-13T07:16:57.000Z","size":209,"stargazers_count":19,"open_issues_count":0,"forks_count":4,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-06-10T18:45:30.618Z","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/gulpjs.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":"2014-01-11T13:37:38.000Z","updated_at":"2023-11-06T02:38:44.000Z","dependencies_parsed_at":"2022-09-04T22:22:52.801Z","dependency_job_id":null,"html_url":"https://github.com/gulpjs/acceptance","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gulpjs/acceptance","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulpjs%2Facceptance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulpjs%2Facceptance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulpjs%2Facceptance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulpjs%2Facceptance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gulpjs","download_url":"https://codeload.github.com/gulpjs/acceptance/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulpjs%2Facceptance/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260301993,"owners_count":22988722,"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":[],"created_at":"2024-09-24T14:04:42.157Z","updated_at":"2025-06-17T06:07:33.103Z","avatar_url":"https://github.com/gulpjs.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Acceptance tests\n\nThis is the scoring system for plugins. There may be exceptions in certain edge cases, but this should provide enough feedback to keep people on the right track.\n\n### Dependencies\n\n| Package | Reason | Recommended Solution |\n|---|---|---|\n| gulp | Creates incompatible plugins | Don't do this. Use vinyl for your tests. |\n| colors | Extends global prototypes | Use chalk |\n| through | Old streams | Use through2 |\n| event-stream | Old streams + bloated kitchen sink | Use through2 or other streams2 pattern libraries |\n\n### Handling file.contents\n\n| Behavior | Recommended Solution |\n|---|---|\n| file with null contents not passed through | Pass them through immediately |\n| file with null contents was mutated | Pass them through immediately - do not modify them |\n| file output contents type different than input | Put out the same type you put in |\n| file with streaming contents not handled correctly | Emit an error or support it |\n\n### Static analysis\n\n| Behavior | Recommended Solution |\n|---|---|\n| console.log | Use gulp-util .log |\n| require('fs') | Plugins should not read/write - gulp handles that |\n| index.js \u003e 100 lines | Break it up into multiple modules/files |\n| High code complexity | Break it up into multiple modules/files |\n\n### Other\n\n| Behavior | Recommended Solution |\n|---|---|\n| Tests failing | Fix your tests |\n| No tests | Write tests |\n| No source link | [package.json link](https://www.npmjs.org/doc/json.html#repository) to github |\n\n### Manual\n\nPlugins will be manually checked and deductions will result from the following items.\n\n* Can be done with existing node modules (doesn't need to be a plugin)\n* Doing multiple things in a plugin\n* Excess configuration\n* Duplication of functionality already existing in another plugin\n* Aggregating multiple `gulpplugins`\n* Poorly documented\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgulpjs%2Facceptance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgulpjs%2Facceptance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgulpjs%2Facceptance/lists"}