{"library":"postcss-tape","type":"library","category":null,"description":"PostCSS Tape is a development utility designed to streamline the testing of PostCSS plugins. Currently at stable version 6.0.1, this package offers a focused approach to testing by abstracting the boilerplate often associated with PostCSS processing. It allows developers to define test cases efficiently through configuration files like `.tape.js`, `.mjs`, or `.cjs`, supporting both CommonJS and ES Modules for test definitions. Key differentiators include its automatic test generation for empty cases, comprehensive options for testing plugin behavior (including PostCSS plugin options, process options, warning counts, and error matching), and a simple CLI-first interface. The package typically updates in response to major PostCSS releases, ensuring compatibility with the latest versions. It provides a structured yet flexible framework for ensuring the correctness and stability of PostCSS transformations.","language":"javascript","status":"active","version":"6.0.1","tags":["javascript","postcss","css","postcss-plugin","testing","tests","tools","tape"],"install":[{"cmd":"npm install postcss-tape","imports":["export default { 'my-test': { message: '...' } }; // In .tape.mjs or .tape.js with type: 'module'","module.exports = { 'my-test': { message: '...' } }; // In .tape.cjs or .tape.js without type: 'module'","npm test // if 'postcss-tape' is in package.json scripts"]},{"cmd":"yarn add postcss-tape","imports":[]},{"cmd":"pnpm add postcss-tape","imports":[]}],"homepage":null,"github":"https://github.com/csstools/postcss-tape","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/postcss-tape","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/postcss-tape/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}