Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 859 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 859 Bytes

ExampleChecker

This is test tool for webml-polyfill examples

Install

$ npm install

Start

$ npm start

Initialize data

$ npm run initJSON

Set ExampleChecker.json file

  • exampleURL: URL of webml-polyfill examples.
  • platform: the test platform.
  • chromium.flag: As false, using chrome, As true, using chromium.
  • chromium.path: Path of browser.
  • image.flag: As false, using default image, As true, using specified image of lib.
  • others: Automatic setting

Support

platform

Linux Mac Android Windows
PASS PASS PASS PASS

browser

chrome chromium
PASS PASS