Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a list of supported/tested web browsers? #175

Open
gunta opened this issue Jun 9, 2022 · 4 comments
Open

Is there a list of supported/tested web browsers? #175

gunta opened this issue Jun 9, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@gunta
Copy link

gunta commented Jun 9, 2022

We need to know what versions of which browsers does it works/doesn't work.
Especially old browsers.

@maniator
Copy link
Contributor

I think it is all modern browsers and not IE

@qhanam
Copy link
Member

qhanam commented Aug 9, 2022

The web client is tested against Chrome, Firefox and Edge desktop browsers in the CI workflow. We have also done limited testing with Safari.

The web client will run on browsers that support fetch and sendBeacon.

We have not yet integrated a full cross-browser testing service into the CI workflow, so we can't break out results by device.

@tlakomy
Copy link
Contributor

tlakomy commented Sep 19, 2022

We have not yet integrated a full cross-browser testing service into the CI workflow, so we can't break out results by device.

Is there an issue to track that? I'm worried about Safari a fair bit since Safari-only bugs are not uncommon in JS world and we have a fair share of customers using Safari.

@qhanam
Copy link
Member

qhanam commented Sep 23, 2022

We can track cross-browser support here. Optionally, we can open an issue just for Safari.

The web client's current CI workflow executes browser integ tests agains Firefox, Chrome and Edge in Linux and Windows.

I believe we can add macOS+Safari to the current CI workflow, since GitHub has a hosted macos runner, but will need to verify.

@qhanam qhanam added the enhancement New feature or request label Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants