Skip to content

Commit e1522f3

Browse files
authored
Closes issue #333 - Possible to download images from test run (#254)
* Closes issue #333 - Possible to download images from test run * Fixed CI reported issues.
1 parent b4cb99e commit e1522f3

File tree

5 files changed

+28735
-39
lines changed

5 files changed

+28735
-39
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
- Update `.env`
1010
- `npm run start`
1111

12+
## Image download
13+
14+
- If you want to use image download feature in test runs, you have to have the files in backend imageUploads folder to a folder in this project under public/imageUploads. This can be achieved via manual copy, docker volume mapping to this project folder etc.
15+
1216
## Local HTTPS config
1317

1418
- Generate keys [here](https://www.selfsignedcertificate.com/)
15-
- place in folder `/secrets` named `ssl.cert` and `ssl.key`
19+
- place in folder `/secrets` named `ssl.cert` and `ssl.key`

0 commit comments

Comments
 (0)