Skip to content

Latest commit

 

History

History

README.md

Feathers UI Validators Tests

Automated tests created with utest.

Run Neko tests

To run tests with Neko, run the following command:

openfl test neko

Run HashLink tests

To run tests with HashLink, run the following command:

openfl test hl

Run Adobe AIR tests

To run tests with Adobe AIR, use the following command:

openfl test air

Run Windows tests

To run CPP tests on Windows, use the following command:

openfl test windows

Run macOS tests

To run CPP tests on macOS, use the following command:

openfl test mac

Run Linux tests

To run CPP tests on Linux, use the following command:

openfl test linux

Run HTML/JS tests

To run tests with HTML/JS, run the following command:

openfl test html5

Alternatively, you can run HTML/JS tests with Playwright, in all three of: Chromium, Firefox, and Webkit.

haxelib run openfl build html5 -final -Dplaywright
node playwright-runner.js