Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).