Parcourir la source

doc: add yarn e2e-test

Tienson Qin il y a 4 ans
Parent
commit
03d81a1c7a
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -118,6 +118,12 @@ Run ClojureScript tests
 yarn test
 ```
 
+Run Cypress tests
+
+``` bash
+yarn e2e-test
+```
+
 Run Clojure tests. (Note: `.cljc` files may be tested both by ClojureScript, and Clojure.)
 
 ```bash