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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,9 +117,9 @@ Development "watch" task. This will automatically rebuild from source on changes
117
117
118
118
By default `grunt dev` will start several karma background watchers that will run the tests against multiple versions of angular. You may specify the version(s) you want to use with the `--angular` flag:
119
119
120
-
> grunt dev --angular=1.2.21
120
+
> grunt dev --angular=1.6.7
121
121
122
-
> grunt dev --angular=1.2.20,1.2.21
122
+
> grunt dev --angular=1.5.11,1.6.7
123
123
124
124
You can also use the `--browsers` specify what browsers to test with (PhantomJS is the default).
125
125
@@ -148,14 +148,14 @@ The `karmangular` task runs tests serially against multiple browsers (it is used
148
148
> grunt karmangular --browsers=Chrome
149
149
150
150
# Run tests with a couple versions of Angular against the default PhantomJS browser
151
-
> grunt karmangular --angular=1.2.20,1.2.21
151
+
> grunt karmangular --angular=1.5.11,1.6.7
152
152
153
153
## SauceLabs
154
154
155
155
ui-grid is set up to run against SauceLabs. You must have the `SAUCE_ACCESS_KEY` environment variable set.
156
156
157
157
# Execute tests for a couple versions of angular on IE8
0 commit comments