Skip to content

Commit 8ae34d3

Browse files
committed
Updated documentation.
1 parent ac2df92 commit 8ae34d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ A short introduction of this app could easily go here.
2121
* Added example of model using angular-restmod, named `app.user`. The model is user but this is added to global and main module called `app`
2222
* When you add new dependency manually (downloading file) or using bower, put them into `vendor` directory and then add import style / script inside config-build.js (remember execute `gulp build`)
2323
* When you add favicon, images and fonts, put them into `public` folder and then reference them inside `index.html` of `app` directory
24+
* All test cases using karma for unit testing, and e2e testing using protractor need to be added inside `tests/unit` and `tests/e2e` directories respectively (remember framework used is jasmine)
2425
* You can re-define the name of main module inside `app.js` and also the naming conventions, project structure, dependencies and more. However we recommend these rules for better approach
2526

2627
## Prerequisites
@@ -54,3 +55,7 @@ You will need the following things properly installed on your computer.
5455
* Check-out the dist folder with the last files and changes. This execute full-build with styles, scripts, templates and more.
5556
* Always use this command when you add new script / style into config-build.js.
5657

58+
## Testing
59+
60+
* `gulp unit-tests` execute all unit testing files inside `tests/unit` directory
61+
* `gulp e2e-tests` execute all e2e testing files inside `tests/e2e` directory

0 commit comments

Comments
 (0)