Skip to content

Commit 6463943

Browse files
authored
🔍 Readme updates
1 parent dc33767 commit 6463943

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

tests/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
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.
88

9-
## ⚙ Settings
9+
## ⚙ Environment
1010
Install Docker in your machine and run these commands after:
1111

1212
``` cmd
@@ -15,8 +15,13 @@ docker cp .\server.yml ntfy:/etc/ntfy
1515
docker compose up
1616
```
1717

18+
## ⚡ Installation
19+
* Compile ```sample/Examples.grouppoj``` and select ```NtfyForDelphiTests``` project
20+
* Paste the SSL libraries into the executable's folder ```bin```
21+
1822
## 🧪 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.
2025

2126

2227
``` pascal
@@ -33,4 +38,4 @@ Access http://localhost:80 in your browser and subscribe to ```notify-delphi-int
3338
<br/>
3439

3540
## ⚠ 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

Comments
 (0)