Skip to content

Commit

Permalink
Added test description
Browse files Browse the repository at this point in the history
  • Loading branch information
mountaindude committed May 16, 2018
1 parent 0881294 commit 36c5dc1
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# App duplicator for Qlik Sense
[![Known Vulnerabilities](https://snyk.io/test/github/mountaindude/sense-template-app-duplicate/badge.svg)](https://snyk.io/test/github/mountaindude/sense-template-app-duplicate)
[![NSP Status](https://nodesecurity.io/orgs/ptarmiganlabscom/projects/fd47ee20-3874-4aab-9a6d-c8ac5106f03e/badge)](https://nodesecurity.io/orgs/ptarmiganlabscom/projects/fd47ee20-3874-4aab-9a6d-c8ac5106f03e)
§

<BR>

Expand Down Expand Up @@ -202,6 +202,17 @@ templateAppId: string
ownerUserId: string
```

## Tests
The project comes with a bundled npm test suite, built using Mocha, Supertest and Chai.
Start the tests by running

```
npm test
```

in the main project directory. This will run the test suite and create a test report like [this one](./test/testresult.md).

## Version history
1.2 Changed to YAML config file, updated module dependencies to latest version, added new config options for port and engine version.
2.2 Switched to using latest Enigma.js (v2). Added Mocha/Supertest test cases.

2.1 Changed to YAML config file, updated module dependencies to latest version, added new config options for port and engine version.

0 comments on commit 36c5dc1

Please sign in to comment.