File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 2
2
This directory contains the i18n plugin tests.
3
3
4
4
## Setup
5
- Before starting, install Intern, Grunt and RequireJS by running
5
+ Before starting, install Intern and RequireJS by running
6
6
7
7
```
8
8
$ npm install
9
9
```
10
10
11
- ## Running the unit and functional tests locally
11
+ Also, if you are going to run against Sauce Labs, then
12
+ setup your SAUCE_USERNAME and SAUCE_ACCESS_KEY environment variables as they are listed
13
+ on https://saucelabs.com/appium/tutorial/3 .
14
+
15
+
16
+ ## Running the functional tests in Sauce Labs
17
+
18
+ Run:
19
+
20
+ ```
21
+ $ node node_modules/intern/runner.js config=tests/sauce
22
+ ```
23
+ ## Running the functional tests locally
12
24
13
25
1 ) Download selenium server 2.37.0 (http://www.seleniumhq.org/download/ ) and start it on the default port (4444):
14
26
@@ -21,5 +33,5 @@ $ java -jar selenium-server-standalone-2.37.0.jar
21
33
3 ) Run the tests:
22
34
23
35
```
24
- $ grunt intern
25
- ```
36
+ $ node node_modules/ intern/runner.js config=tests/locale
37
+ ```
You can’t perform that action at this time.
0 commit comments