Generic test suite for a ZombieBox platform
Generic test suite for a ZombieBox platform.
1) Clone the application
2) Build tester application for the platform:
``bash`
npm build:pc
3) Run the resulting platform artifact on a device and observe testing progress.
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:
`javascript``
// tester/config.js
module.exports = () => ({
define: {
'IS_DASH_SUPPORTED': false,
}
});
See all available defines in config.