You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/04/22 07:31:23 UTC

[echarts] branch master updated (1a477a8 -> 403e5d0)

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git.


    from 1a477a8  Merge pull request #14743 from pissang/enhance-workflow
     add d028e83  test: use webp to reduce screenshot storage
     add 505614a  Merge branch 'release' into optimize-visual-test-screenshot
     add f60e8b0  test(visual): optimize test runner and report tool
     new 403e5d0  Merge pull request #14745 from apache/optimize-visual-test-screenshot

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 package.json                   |  1 +
 test/runTest/blacklist.js      |  4 ++
 test/runTest/cli.js            | 83 +++++++++++++++++++++++++++++++++++-------
 test/runTest/client/index.html | 10 ++---
 test/runTest/config.js         |  1 +
 test/runTest/genReport.js      | 19 ++++++----
 test/runTest/server.js         | 28 ++++++++++----
 test/runTest/store.js          |  9 ++---
 test/smooth.html               | 24 ------------
 9 files changed, 116 insertions(+), 63 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[echarts] 01/01: Merge pull request #14745 from apache/optimize-visual-test-screenshot

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 403e5d0fc6e43c602be772f5f4d877ebb99cbd5c
Merge: 1a477a8 f60e8b0
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Thu Apr 22 15:30:48 2021 +0800

    Merge pull request #14745 from apache/optimize-visual-test-screenshot
    
    test: optimize size of visual regression test screenshot

 package.json                   |  1 +
 test/runTest/blacklist.js      |  4 ++
 test/runTest/cli.js            | 83 +++++++++++++++++++++++++++++++++++-------
 test/runTest/client/index.html | 10 ++---
 test/runTest/config.js         |  1 +
 test/runTest/genReport.js      | 19 ++++++----
 test/runTest/server.js         | 28 ++++++++++----
 test/runTest/store.js          |  9 ++---
 test/smooth.html               | 24 ------------
 9 files changed, 116 insertions(+), 63 deletions(-)

diff --cc package.json
index 35ff260,87c1e1b..c5fcbe4
--- a/package.json
+++ b/package.json
@@@ -80,8 -80,10 +80,9 @@@
      "@types/jest": "^26.0.14",
      "@typescript-eslint/eslint-plugin": "^4.9.1",
      "@typescript-eslint/parser": "^4.9.1",
 -    "canvas": "^2.6.0",
      "chalk": "^3.0.0",
      "commander": "2.11.0",
+     "cwebp-bin": "^6.1.1",
      "dtslint": "^4.0.5",
      "esbuild": "^0.8.39",
      "eslint": "^7.15.0",

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org