zb-platform-test

2.1.0 • Public • Published

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.

Package Sidebar

Install

npm i zb-platform-test

Weekly Downloads

2

Version

2.1.0

License

MIT

Unpacked Size

151 kB

Total Files

62

Last publish

Collaborators

  • reefridge
  • lacki
  • kirilldronkin