Testing Local Websites/Apps
With our TestingBot Tunnel you can easily and securely connect your local computer/network with TestingBot's Real Devices.
Known Limitations
-
Localhost testing does not work on iOS.
Due to an iOS Restriction, it is currently not possible to run tests against
http(s)://localhostwith TestingBot Tunnel.A possible workaround would be to change the hosts file on the machine running TestingBot Tunnel, and add a custom hostname (for example
mylocalwebsiteand the IP address127.0.0.1).
Then configure your tests to usehttp(s)://mylocalwebsite/...instead of localhost.