{"id":16346652,"url":"https://github.com/matype/tecsst","last_synced_at":"2025-10-26T18:09:08.211Z","repository":{"id":143918010,"uuid":"21118062","full_name":"matype/tecsst","owner":"matype","description":"CSS testing framework without taking screenshots","archived":false,"fork":false,"pushed_at":"2014-06-27T18:36:56.000Z","size":184,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T02:44:38.384Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matype.png","metadata":{"files":{"readme":"readme.markdown","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}},"created_at":"2014-06-23T07:48:37.000Z","updated_at":"2020-05-25T23:14:23.000Z","dependencies_parsed_at":"2023-03-21T10:31:31.695Z","dependency_job_id":null,"html_url":"https://github.com/matype/tecsst","commit_stats":null,"previous_names":["morishitter/tecsst","matype/tecsst"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Ftecsst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Ftecsst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Ftecsst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Ftecsst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matype","download_url":"https://codeload.github.com/matype/tecsst/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239550230,"owners_count":19657541,"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-10-11T00:35:53.279Z","updated_at":"2025-10-26T18:09:08.131Z","avatar_url":"https://github.com/matype.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tecsst [![Build Status](https://travis-ci.org/morishitter/tecsst.svg)](https://travis-ci.org/morishitter/tecsst)\n\nCSS testing framework without taking screenshots\n\n## Installation\n\n```shell\n$ npm install tecsst\n```\n\n## Example\n\n```javascript\nvar Tecsst = require('tecsst')\n\nvar tecsst = new Tecsst('test/test.css')\n\nvar selector = '.btn-danger'\n\nvar browserWidth = '480px'\n\nvar expected  = [\n    \"display: inline-block\",\n    \"text-align: center\",\n    \"padding: 6px 12px\",\n    \"font-size: 14px\",\n    \"color: #fff\",\n    \"background-color: #d2322d\",\n    \"width: 95%\"\n]\n\nvar result = tecsst.parse(selector, browserWidth)\n\ntecsst.equal(expected, result, \".btn-danger test\")\n\ntecsst.end()\n```\n\nresult:\n\n```\nTecsst version: 0.0.5\n\nBrowser width: 480px\n# .btn-danger test:\nok\n\n# tests 1\n# pass 1\n\nall green, test clear!\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2014 Masaaki Morishita\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Ftecsst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatype%2Ftecsst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Ftecsst/lists"}