{"id":21353431,"url":"https://github.com/feathersui/openfl-utest-tools","last_synced_at":"2026-03-19T20:02:53.807Z","repository":{"id":145394408,"uuid":"489053118","full_name":"feathersui/openfl-utest-tools","owner":"feathersui","description":"Command line tools for running utest tests with OpenFL","archived":false,"fork":false,"pushed_at":"2022-11-03T17:18:00.000Z","size":2303,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T17:28:53.973Z","etag":null,"topics":["cli","haxe","openfl","unit-testing","utest"],"latest_commit_sha":null,"homepage":"","language":"Haxe","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/feathersui.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"joshtynjala","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-05-05T16:45:04.000Z","updated_at":"2022-05-06T09:13:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"302dca69-a47a-4de9-9aaa-182532254450","html_url":"https://github.com/feathersui/openfl-utest-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathersui%2Fopenfl-utest-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathersui%2Fopenfl-utest-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathersui%2Fopenfl-utest-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathersui%2Fopenfl-utest-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feathersui","download_url":"https://codeload.github.com/feathersui/openfl-utest-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826796,"owners_count":20354221,"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":["cli","haxe","openfl","unit-testing","utest"],"created_at":"2024-11-22T03:17:35.122Z","updated_at":"2026-01-03T12:03:24.909Z","avatar_url":"https://github.com/feathersui.png","language":"Haxe","funding_links":["https://github.com/sponsors/joshtynjala"],"categories":[],"sub_categories":[],"readme":"# Command line tools for utest and OpenFL\n\nRuns [utest](https://lib.haxe.org/p/utest) tests associated with an [OpenFL](https://openfl.org/) project. Detects classes that extend `utest.Test` and automatically generates a runner for them.\n\n## Installation\n\nThis library is not yet available on Haxelib, so you'll need to install it and its dependencies from Github.\n\n```sh\nhaxelib git openfl-utest-tools https://github.com/feathersui/openfl-utest-tools.git\n```\n\n## Usage\n\nCreate a directory named _tests_ in the same parent directory as your OpenFL _project.xml_ file. This will be the class path for your tests.\n\nRun the following command in a terminal.\n\n```sh\nhaxelib run openfl-utest-tools test neko\n```\n\nThe command above runs the tests using the `neko` target. Other OpenFL targets are supported, including `html5`, `windows`, `mac`, `linux`, and `hl`.\n\nWhen running tests on the `html5` target, [Node.js](https://nodejs.org/) is required. The [Playwright](https://www.npmjs.com/package/playwright) npm module is used to run tests in Chromium, Firefox, and WebKit.\n\n### Commands\n\n- `test` builds and runs tests. The `test` command has a few optional parameters.\n\t- `--source` sets a custom source path for the tests. Default: _tests_\n\t- `--project` sets a custom path to the OpenFL project file. Default: _project.xml_\n\t- `--include` sets a custom glob pattern for test files to include. Default: _**/*.hx_\n\t- `--exclude` sets an optional glob pattern for test files to exclude.\n\t- `--verbose` displays more detailed output.\n- `help` displays help about the available commands.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeathersui%2Fopenfl-utest-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeathersui%2Fopenfl-utest-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeathersui%2Fopenfl-utest-tools/lists"}