intel / webml-polyfill

Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill
Apache License 2.0
161 stars 42 forks source link

Easier unit testing automation process for WebML PR Submission Criteria #187

Closed ibelem closed 6 years ago

ibelem commented 6 years ago

We need to provide easier unit testing automation process for WebML PR Submission Criteria:

  1. Run native and polyfill unit tests with webdriver by switching webml flags
  2. Maintain expected result data, provide automatic comparison results, highlight regression cases for developer
BruceDai commented 6 years ago

Currently this tool kit for Android/Mac OS/Linux platform is under testing, and would be delivered to developer side soon. And tool kit for Windows platform is in developing.

BruceDai commented 6 years ago

@huningxin @fujunwei @lisa0314 The automation tool kit has been released to help check Web ML API PRs for Android / MacOS / Linux / Windows platforms, please refer to RegressionChecker/README.md and Google doc to use it. Any suggestion and feedback is welcome, thanks!

fujunwei commented 6 years ago

Copy that, thanks.

BruceDai commented 6 years ago

@fujunwei @lisa0314 Please git pull latest intel/webml-polyfill code since PR#293 has been landed to improve the performance of this tool kit and also update baseline test cases/result data, thanks