You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ke...@apache.org on 2020/12/26 00:46:36 UTC

[skywalking-eyes] branch quality-eye created (now e49ac94)

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

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


      at e49ac94  Shape the quality-eye sub-directory for NGE2E

This branch includes the following new commits:

     new e49ac94  Shape the quality-eye sub-directory for NGE2E

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.



[skywalking-eyes] 01/01: Shape the quality-eye sub-directory for NGE2E

Posted by ke...@apache.org.
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 <ke...@apache.org>
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/).**