Browse Source

docs: update README.md with e2e test ,append pre start instructions ,namely start app firstly

dengdx 6 hours ago
parent
commit
02f362802c
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -78,6 +78,10 @@
 
 ### 启动
 
-在执行启动命令之前,需要先启动应用的 H5 端开发模式。然后执行测试命令:
+在执行启动命令之前,需要先启动应用的 H5 端开发模式
+
+- npm run dev:h5
+
+然后执行测试命令:
 
 - npm run e2e