Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshtynjala/openfl-utest-sample
A sample OpenFL and Haxe project that runs automated tests using UTest
https://github.com/joshtynjala/openfl-utest-sample
feathers-ui github-actions haxe openfl openfl-samples utest
Last synced: about 2 months ago
JSON representation
A sample OpenFL and Haxe project that runs automated tests using UTest
- Host: GitHub
- URL: https://github.com/joshtynjala/openfl-utest-sample
- Owner: joshtynjala
- License: mit
- Created: 2021-02-23T23:31:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T22:38:28.000Z (10 months ago)
- Last Synced: 2024-10-17T03:58:35.489Z (4 months ago)
- Topics: feathers-ui, github-actions, haxe, openfl, openfl-samples, utest
- Language: Haxe
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Using UTest with OpenFL Sample
Automated tests created with [utest](https://lib.haxe.org/p/utest) for an [OpenFL](https://openfl.org/) and [Haxe](https://haxe.org/) project.
To run the tests, use the `openfl test` command with one of OpenFL's supported target platforms. For example, to run tests in a web browser use the following command:
```sh
openfl test html5
```Sample created by [Josh Tynjala](https://github.com/sponsors/joshtynjala), the author of [Feathers UI](https://feathersui.com/) and core contributor to [OpenFL](https://openfl.org/).