-
-/bin |
-Executable files (such as sdkdo) |
-
-
-
-/client |
-Pre-built files for the browser |
-
+To run the browser tests, enter:
-
-/contrib |
-Packaged third-party dependencies (such as test runners) |
-
+ node sdkdo tests-browser
-
-/docs |
-API reference documentation |
-
+To run all unit tests without log messages, enter:
-
-/examples |
-Examples |
-
+ node sdkdo tests --quiet
-
-/lib |
-The SDK code files |
-
+To run all the tests and generate test report in **splunk-sdk-javascript/mochawesome-report/mochawesome.html**, enter:
-
-/licenses |
-License information for packaged third-party dependencies |
-
+ node sdkdo tests --reporter mochawesome
-
-/node_modules |
-JavaScript modules used by Node.js |
-
+To get more info to run tests, enter:
-
-/tests |
-Unit tests |
-
+ make test_specific
+## Repository
-
+| Directory | Description |
+|:------------- |:---------------------------------------------------------- |
+| /bin | Executable files (such as sdkdo) |
+| /client | Pre-built files for the browser |
+| /contrib | Packaged third-party dependencies (such as test runners) |
+| /docs | API reference documentation |
+| /examples | Examples |
+| /lib | The SDK code files |
+| /licenses | License information for packaged third-party dependencies |
+| /node_modules | JavaScript modules used by Node.js |
+| /tests | Unit tests |
### Changelog
-The **CHANGELOG.md** file in the root of the repository contains a description
-of changes for each version of the SDK. You can also find the
-[Splunk SDK for JavaScript Changelog][changelog] online.
+The [CHANGELOG](CHANGELOG.md) contains a description of changes for each version of the SDK. For the latest version, see the [CHANGELOG.md](https://github.com/splunk/splunk-sdk-javascript/blob/master/CHANGELOG.md) on GitHub.
### Branches
-The **master** branch always represents a stable and released version of the
-SDK. You can read more about the
-[JavaScript SDK Branching Model][branchingmodel] on our wiki.
+The **master** branch represents a stable and released version of the SDK.
+To learn about our branching model, see [Branching Model](https://github.com/splunk/splunk-sdk-javascript/wiki/Branching-Model) on GitHub.
## Documentation and resources
-If you need to know more:
+| Resource | Description |
+|:----------------------- |:----------- |
+| [Splunk Developer Portal](http://dev.splunk.com) | General developer documentation, tools, and examples |
+| [Integrate the Splunk platform using development tools for JavaScript](https://dev.splunk.com/enterprise/docs/devtools/javascript)| Documentation for JavaScript development |
+| [Splunk Enterprise SDK for JavaScript Reference](http://docs.splunk.com/Documentation/JavaScriptSDK) | SDK API reference documentation |
+| [REST API Reference Manual](https://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESTprolog) | Splunk REST API reference documentation |
+| [Splunk>Docs](https://docs.splunk.com/Documentation) | General documentation for the Splunk platform |
+| [GitHub Wiki](https://github.com/splunk/splunk-sdk-javascript/wiki/) | Documentation for this SDK's repository on GitHub |
-* For all things developer with Splunk, your main resource is the
- [Splunk Developer Portal][devportal].
-
-* For conceptual and how-to documentation, see the
- [Overview of the Splunk SDK for JavaScript][jsoverview].
-
-* For API reference documentation, see the
- [Splunk SDK for JavaScript Reference][jsapiref].
-
-* For more about the Splunk REST API, see the
- [REST API Reference][restapiref].
-
-* For more about about Splunk in general, see [Splunk>Docs][splunkdocs].
-
-
-* For more about this SDK's repository, see our [GitHub Wiki][jsgithubwiki].
## Community
-Stay connected with other developers building on Splunk.
+Stay connected with other developers building on the Splunk platform.
-