QuakeWang commented on a change in pull request #699:
URL: 
https://github.com/apache/dolphinscheduler-website/pull/699#discussion_r811790206



##########
File path: community/en-us/join/e2e-guide.md
##########
@@ -0,0 +1,36 @@
+# DolphinScheduler E2E Test Contribution Guide
+
+The main purpose of E2E test is to verify the integration and data integrity 
of the system, and its components, by simulating real user scenarios. This 
makes it possible to extend the scope of testing and ensure the health and 
stability of the system. To a certain extent, the test workload and costs are 
reduced. In simple terms, E2E testing is about treating a program as a black 
box and simulating the access behaviour of a real system from the user's point 
of view to see if the input to the test (user behaviour/simulated data) gives 
the expected results. Therefore, the community decided to add E2E automated 
testing to DolphinScheduler.
+
+The current community E2E test has not yet reached full coverage, so this 
document has been written with the aim of guiding more partners to get involved.
+
+### How to find the corresponding ISSUE?
+
+The E2E test pages are currently divided into four pages: Project Management, 
Resource Center, DataSource, and Security Center.
+
+Contributors can find the task by going to GitHub, searching for 
[apace/dolphinscheduler](https://github.com/apache/dolphinscheduler), and then 
searching for `e2e test cases` in the [issue 
list](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue+is%3Aopen+e2e+test+cases).
 As shown below.
+
+![e2e-issue](/img/community/e2e-guide/e2e-issue.png)

Review comment:
       > I prefer to use img to path `/img/community/join/e2e/e2e-issue.png`. 
Btw, I think we should just use the word `e2e` instead of the whole word 
`e2e-guide`, shorter, But I am without strong oppoin here.
   
   I have updated it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to