File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " requirejs-dplugins" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.3.0-alpha " ,
4
4
"description" : " AMD plugins for RequireJS" ,
5
5
"dependencies" : {
6
6
"dojo" : " >=1.9.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " requirejs-dplugins" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.3.0-alpha " ,
4
4
"description" : " AMD plugins for RequireJS" ,
5
5
"devDependencies" : {
6
6
"grunt" : " ~0.4.1" ,
Original file line number Diff line number Diff line change 2
2
This directory contains the plugins tests.
3
3
4
4
## Setup
5
- Before starting, install Intern and RequireJS by running
5
+ You will need Bower and Grunt. So if they are not installed, install them using:
6
+ ```
7
+ $ npm install -g grunt-cli
8
+ $ npm install -g bower
9
+ ```
6
10
11
+ Once this is done you can run the following commands to setup the project dependencies:
7
12
```
8
13
$ npm install
14
+ $ bower install
9
15
```
10
16
11
- Also, if you are going to run against Sauce Labs, then
17
+ Also, if you are going to run against Sauce Labs, you need to
12
18
setup your SAUCE_USERNAME and SAUCE_ACCESS_KEY environment variables as they are listed
13
19
on https://saucelabs.com/appium/tutorial/3 .
14
20
@@ -18,7 +24,7 @@ on https://saucelabs.com/appium/tutorial/3.
18
24
Run:
19
25
20
26
```
21
- $ node node_modules/ intern/runner.js config=tests/intern
27
+ $ grunt intern:remote
22
28
```
23
29
## Running the unit tests locally
24
30
@@ -33,5 +39,5 @@ $ java -jar selenium-server-standalone-2.37.0.jar
33
39
3 ) Run the tests:
34
40
35
41
```
36
- $ node node_modules/ intern/runner.js config=tests/intern. local
42
+ $ grunt intern: local
37
43
```
You can’t perform that action at this time.
0 commit comments