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
+4
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,11 @@
37
37
| request_timeout_in_seconds | Maximum waiting time in seconds for response from the target app. | 20 | No |
38
38
39
39
# How to use it?
40
+
40
41
You can use local installed venom or venom in a container image.
42
+
41
43
## Local Venom
44
+
42
45
💻 Follow the steps below.
43
46
44
47
1. Get a [release of venom](https://github.com/ovh/venom#installing) for your platform.
@@ -58,6 +61,7 @@ $ venom run --var="target_site=https://mysite.com" --var="logout_url=/logout" te
58
61
💡 **Hints:** Venom returns a code different from zero when a test fail or when you try an update and your version is the latest one. Therefore, to prevent your script to fail then add `|| true` at the end of your command.
0 commit comments