소스 검색

Update readme with tests

Johannes Zellner 8 년 전
부모
커밋
ef134be679
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -29,4 +29,11 @@ cloudron install
 
 ## Testing
 
-No tests yet.
+The e2e tests are located in the `test/` folder and require [nodejs](http://nodejs.org/). They are creating a fresh build, install the app on your Cloudron, backup and restore.
+
+```
+cd taiga-app/test
+
+npm install
+USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js
+```