cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
46.84k stars 3.17k forks source link

Implementation responsively #8304

Closed enieber closed 4 years ago

enieber commented 4 years ago

This project is very nice and much useful and I wanna use this project together responsively browser

This is possible?

jennifer-shehane commented 4 years ago

We only guarantee Cypress to work in the browsers listed here: https://on.cypress.io/launching-browsers#Browsers

That being said you can add browsers by following these instructions: https://on.cypress.io/launching-browsers#Customize-available-browsers It may work for other chromium-based browsers. It likely won't work for others out of the box though.

Issues in our GitHub repo are reserved for potential bugs or feature requests. This issue will be closed since it appears to be neither a bug nor a feature request.

We recommend questions relating to how to use Cypress be asked in our community chat. Also try searching our existing GitHub issues, reading through our documentation, or searching Stack Overflow for relevant answers.