zb-platform-test
v2.1.0
Published
Generic test suite for a ZombieBox platform
Downloads
6
Readme
zb-platform-test
Generic test suite for a ZombieBox platform.
Usage
Clone the application
Build tester application for the platform:
npm build:pc
- Run the resulting platform artifact on a device and observe testing progress.
Defines
With defines you are able to omit some test cases when a testing platform doesn't support a certain feature.
For example DASH is not supported and you want save time and don't wait until all test cases against DASH are failed:
// tester/config.js
module.exports = () => ({
define: {
'IS_DASH_SUPPORTED': false,
}
});
See all available defines in config.