ruanwenjun commented on code in PR #16130:
URL: 
https://github.com/apache/dolphinscheduler/pull/16130#discussion_r1634217045


##########
dolphinscheduler-e2e/README.md:
##########
@@ -97,3 +97,27 @@ class TenantE2ETest {
 - For UI tests, it's common that the pages might need some time to load, or 
the operations might need some time to
   complete, we can use `await().untilAsserted(() -> {})` to wait for the 
assertions.
 
+## Local development
+
+### Mac M1
+Add VM options to the test configuration in IntelliJ IDEA:
+```
+# In this mode you need to install docker desktop for mac and run it with 
locally
+-Dm1_chip=true
+```
+
+### Running locally(without Docker)
+```
+# In this mode you need to start frontend and backend services locally
+-Dlocal=true
+```
+
+### Running locally(with Docker)
+```
+# In this mode you only need to install docker locally
+```

Review Comment:
   Duplicate?



-- 
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