This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 1 file changed +21
-5
lines changed
1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,31 @@ it makes development fun!
15
15
* Tutorial: http://docs.angularjs.org/tutorial
16
16
* API Docs: http://docs.angularjs.org
17
17
* Developer Guide: http://docs.angularjs.org/guide
18
+ * Contribution guidelines: http://docs.angularjs.org/misc/contribute
18
19
19
- Compiling
20
+ Building AngularJS
20
21
---------
21
- rake compile
22
+ [ Once you have your environment setup] ( http://docs.angularjs.org/misc/contribute ) just run:
23
+
24
+ rake package
25
+
22
26
23
27
Running Tests
24
28
-------------
25
- ./server.sh # start the server
26
- open http://localhost:9876/capture # capture browser
27
- ./test.sh # run all unit tests
29
+ Running tests requires installation of [ Testacular] ( http://vojtajina.github.com/testacular ) :
30
+
31
+ sudo npm install -g testacular
32
+
33
+ To execute all unit tests, use:
34
+
35
+ rake test:unit
36
+
37
+ To execute end-to-end (e2e) tests, use:
28
38
39
+ rake package
40
+ rake webserver &
41
+ rake test:e2e
29
42
43
+ To learn more about the rake tasks, run ` rake -T ` and also read our
44
+ [ contribution guidelines] ( http://docs.angularjs.org/misc/contribute ) and instructions in this
45
+ [ commit message] ( https://github.com/angular/angular.js/commit/9d168f058f9c6d7eeae0daa7cb72ea4e02a0003a ) .
You can’t perform that action at this time.
0 commit comments