This is an automated email from the ASF dual-hosted git repository.
shenyi pushed a commit to branch test-autorun
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
The following commit(s) were added to refs/heads/test-autorun by this push:
new b6c6719 doc: Update CONTRIBUTING doc for test section
b6c6719 is described below
commit b6c6719628da5158d88ffaf5dfee0c49e3085815
Author: pissang <[email protected]>
AuthorDate: Thu Aug 29 00:16:36 2019 +0800
doc: Update CONTRIBUTING doc for test section
---
.github/CONTRIBUTING.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 6e8ca44..68a7145 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -77,7 +77,15 @@ Then, open the test cases under `~/workspace/echarts/test`
in Web browser. You c

-### 4. Make a pull request
+### 4. Run test
+
+```bash
+node test/runTest/cli.js
+```
+
+It will run all the test cases under `~/workspace/echarts/test` automatically
to compare with the previous version. You can use this to check if your code
bring some breaking change.
+
+### 5. Make a pull request
Fork ECharts project into your own project. Checkout a branch from master
branch named `fix-xxxx`, where xxxx is the issue id related. If there's no
related issue, you need to create one in most cases to describe what's wrong or
what new feature is required.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]