Skip to content

Commit ad31561

Browse files
committed
Update readme.md. Add data for testing.
1 parent 873477f commit ad31561

File tree

3 files changed

+11887
-4
lines changed

3 files changed

+11887
-4
lines changed

readme.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ Flexmonster custom data source API is designed for summarized data retrieval fro
1212
This API will work for projects with their own data access layer, where filtering and aggregation are delegated to a server and Flexmonster receives ready-to-show data.
1313

1414
The table of contents:
15-
- [Prerequisites](#prerequisites)
16-
- [Installation](#installation)
17-
- [Usage](#usage)
15+
- [Prerequisites](#prerequisites)
16+
- [Installation](#installation)
17+
- [Usage](#usage)
18+
- [Tests](#tests)
1819

1920
## Prerequisites
2021

@@ -54,3 +55,13 @@ For details on usage, refer to our documentation:
5455
- [A quick overview of the sample .NET Core server](https://www.flexmonster.com/doc/a-quick-overview-of-the-sample-net-core-server/)
5556
- [Implementing the custom data source API server](https://www.flexmonster.com/doc/implementing-the-custom-data-source-api-server/)
5657
- [API documentation](https://www.flexmonster.com/api/all-requests/)
58+
59+
## Tests
60+
61+
To run test suite for custom API implementation:
62+
63+
```
64+
cd tests
65+
npm install
66+
npm test
67+
```

0 commit comments

Comments
 (0)