This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git
The following commit(s) were added to refs/heads/main by this push:
new d798d4f Shape the quality-eye sub-directory for NGE2E (#11)
d798d4f is described below
commit d798d4f56aa567c46458cec287ae422e4ac276f3
Author: Zhenxu Ke <[email protected]>
AuthorDate: Sat Dec 26 10:19:55 2020 +0800
Shape the quality-eye sub-directory for NGE2E (#11)
---
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/).**