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

kezhenxu94 pushed a commit to branch quality-eye
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git

commit e49ac94d45c91eadb2192ac16cf31a330fbcd9bc
Author: kezhenxu94 <[email protected]>
AuthorDate: Sat Dec 26 08:46:22 2020 +0800

    Shape the quality-eye sub-directory for NGE2E
---
 README.md             | 6 ++++++
 quality-eye/README.md | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 51f7a01..8f94610 100644
--- a/README.md
+++ b/README.md
@@ -17,3 +17,9 @@ Infra tools that are created and used by the SkyWalking Team.
 A full-featured license guard to check and fix license headers and 
dependencies' licenses.
 
 Read [the doc](license-eye/README.adoc) on how to use license-eye.
+
+## Quality Eye
+
+The next generation of end-to-end test framework that eyes on software quality.
+
+Read [the doc](quality-eye/README.md) on how the quality-eye is designed.
diff --git a/quality-eye/README.md b/quality-eye/README.md
new file mode 100644
index 0000000..c8246fc
--- /dev/null
+++ b/quality-eye/README.md
@@ -0,0 +1,5 @@
+# Quality Eye - NGE2E
+
+NGE2E is the next generation End-to-End Testing framework that aims to help 
developers to set up, debug, and verify E2E tests with ease. It’s built based 
on the lessons learnt from tens of hundreds of test cases in the SkyWalking 
main repo.
+
+**[Design doc](https://skywalking.apache.org/blog/e2e-design/).**

Reply via email to