File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Deprecated
22
3- Please refer to https://api.stackstorm.com/ for the documentation on the latest version of API.
3+ This project is still updated and used by hubot-stackstorm, but it is officially deprecated.
4+
5+ Please refer to https://api.stackstorm.com/ for the documentation on the latest version of the StackStorm API.
46
57StackStorm ST2 JavaScript bindings
68==============================================================================
79
8- Officially supported node.js\ browserify client library for using ST2 APIs.
10+ Officially supported node.js/ browserify client library for using ST2 APIs.
911
1012The library (and the whole API, to be fair) is in ** Alpha** , so incompatible changes should be expected.
1113
@@ -56,6 +58,12 @@ Integration tests require `st2` to be present. To set up dev environment and run
5658gulp test
5759```
5860
61+ or, to run tests with coverage results:
62+
63+ ``` bash
64+ npm test
65+ ```
66+
5967### Running Browser tests
6068
6169``` bash
You can’t perform that action at this time.
0 commit comments