You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ A short introduction of this app could easily go here.
21
21
* 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`
22
22
* 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`)
23
23
* 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)
24
25
* 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
25
26
26
27
## Prerequisites
@@ -54,3 +55,7 @@ You will need the following things properly installed on your computer.
54
55
* Check-out the dist folder with the last files and changes. This execute full-build with styles, scripts, templates and more.
55
56
* Always use this command when you add new script / style into config-build.js.
56
57
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