Automated tests created with utest.
To run tests with Neko, run the following command:
openfl test nekoTo run tests with HashLink, run the following command:
openfl test hlTo run tests with Adobe AIR, use the following command:
openfl test airTo run CPP tests on Windows, use the following command:
openfl test windowsTo run CPP tests on macOS, use the following command:
openfl test macTo run CPP tests on Linux, use the following command:
openfl test linuxTo run tests with HTML/JS, run the following command:
openfl test html5You can also run tests headless in Chromium, WebKit and Firefox.
First, run the following commands one time to install dependencies:
npm ci
npx playwright install
npx playwright install-depsThen, run the following commmands to run the tests:
haxelib run openfl build html5 -final -Dheadless_html5
node playwright-runner.js