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: tests/README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
Providing some DUnit tests for ntfy main methods. Ntfy disponibilizes a docker image for self-hosting the server. This project contains a docker compose file and a server yml file with settings for deploying locally in your machine.
8
8
9
-
## ⚙ Settings
9
+
## ⚙ Environment
10
10
Install Docker in your machine and run these commands after:
* Compile ```sample/Examples.grouppoj``` and select ```NtfyForDelphiTests``` project
20
+
* Paste the SSL libraries into the executable's folder ```bin```
21
+
18
22
## 🧪 DUnit Tests
19
-
Access http://localhost:80 in your browser and subscribe to ```notify-delphi-integration-8jh27d```. You should be ready to receive messages coming from this test project.
23
+
* Access http://localhost:80 in your browser and subscribe to ```notify-delphi-integration-8jh27d```.
24
+
* Run ```tests\bin\NtfyForDelphiTests.exe```. You should receive the test messages sent from this project.
20
25
21
26
22
27
```pascal
@@ -33,4 +38,4 @@ Access http://localhost:80 in your browser and subscribe to ```notify-delphi-int
33
38
<br/>
34
39
35
40
## ⚠ Observations
36
-
You must have SSL libraries in order to run this project.
41
+
You must have SSL libraries in order to run this project.
0 commit comments