2.1.0 • Published 4 years ago

zb-platform-test v2.1.0

Weekly downloads
28
License
MIT
Repository
-
Last release
4 years ago

zb-platform-test

Generic test suite for a ZombieBox platform.

Usage

1) Clone the application

2) Build tester application for the platform:

npm build:pc

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