{"id":19373138,"url":"https://github.com/freebsd/kyua","last_synced_at":"2025-12-11T21:48:08.892Z","repository":{"id":14181202,"uuid":"16887424","full_name":"freebsd/kyua","owner":"freebsd","description":"Port/Package build and test system","archived":false,"fork":false,"pushed_at":"2025-08-13T00:11:22.000Z","size":4361,"stargazers_count":157,"open_issues_count":59,"forks_count":42,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-12-11T05:11:14.161Z","etag":null,"topics":["automated-tests","automation","framework","infrastructure","testing"],"latest_commit_sha":null,"homepage":"https://github.com/freebsd/kyua/wiki","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/freebsd.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS","contributing":"CONTRIBUTING.md","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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-02-16T15:30:04.000Z","updated_at":"2025-12-10T12:52:08.000Z","dependencies_parsed_at":"2024-01-17T21:59:51.513Z","dependency_job_id":"1697df37-4b3a-4ffa-98a0-5de7a68a28c7","html_url":"https://github.com/freebsd/kyua","commit_stats":{"total_commits":1039,"total_committers":19,"mean_commits":54.68421052631579,"dds":"0.14244465832531283","last_synced_commit":"f5d25c7165ee62992c9ac1484440c2494b9ac594"},"previous_names":["lwhsu/kyua","freebsd/kyua","jmmv/kyua"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/freebsd/kyua","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freebsd%2Fkyua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freebsd%2Fkyua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freebsd%2Fkyua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freebsd%2Fkyua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freebsd","download_url":"https://codeload.github.com/freebsd/kyua/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freebsd%2Fkyua/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27663514,"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","status":"online","status_checked_at":"2025-12-11T02:00:11.302Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["automated-tests","automation","framework","infrastructure","testing"],"created_at":"2024-11-10T08:26:50.762Z","updated_at":"2025-12-11T21:48:08.863Z","avatar_url":"https://github.com/freebsd.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to the Kyua project!\n\nKyua is a **testing framework** for infrastructure software, originally\ndesigned to equip BSD-based operating systems with a test suite.  This\nmeans that Kyua is lightweight and simple, and that Kyua integrates well\nwith various build systems and continuous integration frameworks.\n\nKyua features an **expressive test suite definition language**, a **safe\nruntime engine** for test suites and a **powerful report generation\nengine**.\n\nKyua is for **both developers *and* users**, from the developer applying a\nsimple fix to a library to the system administrator deploying a new release\non a production machine.\n\nKyua is **able to execute test programs written with a plethora of testing\nlibraries and languages**.  The library of choice is\n[ATF](https://github.com/freebsd/atf/), for which Kyua was originally\ndesigned, but simple, framework-less test programs and TAP-compliant test\nprograms can also be executed through Kyua.\n\nKyua is licensed under a **[liberal BSD 3-clause license](LICENSE)**.\nThis is not an official Google product.\n\n[Read more about Kyua in the About wiki page.](../../wiki/About)\n\n\n## Download\n\nThe latest version of Kyua is 0.14.1 and was released on March 29th, 2025.\n\nDownload: [kyua-0.14.1](../../releases/tag/kyua-0.14.1).\n\nSee the [release notes](NEWS) for information about the changes in this\nand all previous releases.\n\n\n## Installation\n\nYou are encouraged to install binary packages for your operating system\nwherever available:\n\n* Fedora 20 and above: install the `kyua` package with `dnf install\n  kyua`.\n\n* FreeBSD 10.0 and above: install the `kyua` package with `pkg install kyua`.\n\n* NetBSD with pkgsrc: install the `pkgsrc/devel/kyua` package.\n\n* OpenBSD with packages: install the `kyua` package with `pkg_add kyua`.\n\n* macOS (with Homebrew): install the `kyua` package with `brew install kyua`.\n\nShould you want to build and install Kyua from the source tree provided\nhere, follow the instructions in the\n[INSTALL.md file](INSTALL.md).\n\nYou should also install the ATF libraries to assist in the development of\ntest programs.  To that end, see the\n[ATF project page](https://github.com/freebsd/atf/).\n\n\n## Contributing\n\nWant to contribute?  Great!  But please first read the guidelines provided\nin [CONTRIBUTING.md](CONTRIBUTING.md).\n\nIf you are curious about who made this project possible, you can check out\nthe [list of copyright holders](AUTHORS) and the [list of\nindividuals](CONTRIBUTORS).\n\n\n## Support\n\nPlease use the [kyua-discuss mailing\nlist](https://groups.google.com/forum/#!forum/kyua-discuss) for any support\ninquiries.\n\n*Homepage:* https://github.com/freebsd/kyua/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreebsd%2Fkyua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreebsd%2Fkyua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreebsd%2Fkyua/lists"}