Browse Source

doc: add yarn e2e-test

Tienson Qin 4 years ago
parent
commit
03d81a1c7a
1 changed files with 6 additions and 0 deletions
  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