[docs] Add a note about testing websites served over a VPN#5758
Merged
DIRECTcut merged 11 commits intoDevExpress:masterfrom Dec 16, 2020
Merged
[docs] Add a note about testing websites served over a VPN#5758DIRECTcut merged 11 commits intoDevExpress:masterfrom
DIRECTcut merged 11 commits intoDevExpress:masterfrom
Conversation
added 2 commits
December 3, 2020 14:16
VasilyStrelyaev
requested changes
Dec 4, 2020
docs/articles/faq/README.md
Outdated
| If the tested website is served via OpenVPN, TestCafe may be unable to detect an IP address from where to retrieve the website. In this case, the following error occurs: | ||
|
|
||
| ```text | ||
| <browsername> can't open the page "https://localhost:<port>/browser/connect/<windowid>" |
Collaborator
There was a problem hiding this comment.
Why is localhost in this message?
I thought that TestCafe tries to open localhost only when you specify --hostname localhost explicitly (an approach that you propose as a solution). Otherwise, it uses an IP.
Is this behavior specific to the VPN issue (that TestCafe uses localhost by default)?
Contributor
Author
There was a problem hiding this comment.
Otherwise, it uses an IP.
Seems like sometimes TestCafe picks an IP that belongs to the VPN connection (which leads to the aforementioned error).
DIRECTcut
commented
Dec 7, 2020
DIRECTcut
commented
Dec 7, 2020
DIRECTcut
commented
Dec 7, 2020
DIRECTcut
commented
Dec 7, 2020
DIRECTcut
commented
Dec 8, 2020
VasilyStrelyaev
approved these changes
Dec 11, 2020
miherlosev
requested changes
Dec 14, 2020
DIRECTcut
commented
Dec 15, 2020
miherlosev
approved these changes
Dec 15, 2020
dirk-pieterse
approved these changes
Dec 16, 2020
Co-authored-by: DirkPieterse <dirk.pieterse@devexpress.com>
Collaborator
Collaborator
|
✅ Tests for the commit 3595ce1 have passed. See details: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #5704