-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Browser support | ||
|
||
[back](../README.md) | ||
|
||
We support the evergreen browsers (Chrome, Firefox, Safari, Edge). | ||
|
||
## Testing with BrowserStack | ||
|
||
When testing browser compatibility with [BrowserStack](https://www.browserstack.com/), consider the following combination of Dev Server and URL to use. | ||
|
||
| OS | Browser | Dev Server | URL | | ||
| --------- | --------------------- | ---------------------------- | -------------------------- | | ||
| Windows | Chrome, Firefox, Edge | `npm start` | `http://localhost:3000` | | ||
| Android | Chrome | `npm start` | `http://localhost:3000` | | ||
| macOS/iOS | Safari | `npm run start:browserstack` | `http://bs-local.com:8000` | | ||
|
||
In order to log in without two-factor authentication, you will need to enable _Resolve all URLs through my network_ under [_Local testing_](https://www.browserstack.com/docs/live/local-testing/test-using-local-testing#test-websites-hosted-on-private-or-internal-servers). |
This file contains 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