You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,22 @@ npm install
12
12
npm start
13
13
```
14
14
15
+
## How to test
16
+
17
+
The API is tested using docker containers. I've only tested on MacOS so if you have experience testing on other platforms I'd love having these notes updated for those platforms.
18
+
19
+
### MacOS
20
+
21
+
First install [Docker Desktop for Mac](https://hub.docker.com/editions/community/docker-ce-desktop-mac)
22
+
23
+
```bash
24
+
npm run test-api
25
+
```
26
+
27
+
This should build the appropriate containers and show the test output.
28
+
29
+
Our tests create mock API endpoints so we can verify rssCloud server works correctly when reading resources and notifying subscribers.
0 commit comments