Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Commit 05e05ef

Browse files
committed
Add gulp instructions to README.md
1 parent caadc8f commit 05e05ef

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,25 @@
33
# Testing
44

55
* Install global dependencies
6-
7-
$ sudo npm install -g mocha coffee-script
6+
```
7+
$ sudo npm install -g mocha coffee-script gulp
8+
```
89

910
* Load the test data set
10-
11+
```
1112
$ cd integration
1213
$ conjur policy load -c policy.json policy.rb
14+
```
15+
16+
* Configure gulp reporting (optional)
17+
```
18+
# To write reports to a file in xunit format
19+
$ export TEST_REPORTER=xunit-file
20+
$ export XUNIT_FILE=reports/report.xml
21+
```
1322

14-
* Run the tests
23+
* Run jslint and tests
24+
```
25+
$ gulp
26+
```
1527

16-
$ test.sh

0 commit comments

Comments
 (0)