zb-platform-test

Generic test suite for a ZombieBox platform

Usage no npm install needed!

<script type="module">
  import zbPlatformTest from 'https://cdn.skypack.dev/zb-platform-test';
</script>

README

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
  1. 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.