Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.7 KB

browser-testing.md

File metadata and controls

23 lines (14 loc) · 1.7 KB

Browser Testing

back

Requirements

We support the evergreen browsers (Chrome, Firefox, Safari, Edge).

BrowserStack.com

Live Testing

When testing browser compatibility with BrowserStack, consider the following combination of Dev Server and URL to use.

OS Browser Dev Server URL Additional configuration
Windows Chrome, Firefox, Edge npm start http://localhost:3000
Android Chrome npm start http://localhost:3000
macOS/iOS Safari npm run start:browserstack https://bs-local.com:3000 Add 127.0.0.1 bs-local.com to /etc/hosts
Change oAuthClientId to "browserstack" In settings.js

Authentication & 2FA

For untrusted IP ranges, the OAuth provider requires 2FA to log in with the test users (i.e. you can't log in). If you are in a trusted IP range and want to test the Evento Portal using BrowserStack, you can use local testing and activate the Resolve all URLs through my network option.