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.markdown
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a Java-based application to test websites on your local computer or staging environment with the TestingBot.com browser cloud.
4
4
A secure connection is established between your machine and the TestingBot.com cloud.
5
-
You can find more information on https://testingbot.com/support/other/tunnel
5
+
You can find more information on https://testingbot.com/support/tunnel
6
6
7
7
About
8
8
-------
@@ -20,7 +20,10 @@ Below are some of the features of the TestingBot Tunnel:
20
20
Prerequisites
21
21
-------
22
22
23
-
This version of the tunnel requires Java 8 or higher. If you'd like to run on Java < 8, please use [TestingBot Tunnel 1.21](https://github.com/testingbot/Testingbot-Tunnel/tree/TestingBotTunnel-1.21) (no longer maintained)
23
+
This version of the tunnel requires Java 11 or higher.
24
+
25
+
- If you need Java 8, you can use TestingBot Tunnel 4.0(https://github.com/testingbot/Testingbot-Tunnel/tree/TestingBotTunnel-4.0).
26
+
- If you'd like to run on Java < 8, please use [TestingBot Tunnel 1.21](https://github.com/testingbot/Testingbot-Tunnel/tree/TestingBotTunnel-1.21) (no longer maintained)
24
27
25
28
**NOTE:** If you use the containerized tunnel, Java is not needed. See below under the *Docker*-header.
26
29
@@ -125,7 +128,7 @@ To build the docker image, run:
0 commit comments