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

test: add chromium example #1193

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

MikeMcC399
Copy link
Collaborator

Issue

Chromium is one of the browsers recognized by Cypress (see Launching Browsers) and it is available from Debian as a Chromium package for both amd64 and arm64 architectures.

It is not currently included in any Cypress Docker image. It is not part of the factory build process (see #1191) and it is not documented how to include it in a custom-built Cypress Docker image.

Change

  • Add a sub-directory chromium to the examples directory.
  • Provide a working example of installing the Chromium browser and running it with Cypress.
  • Refer to the new examples/chromium directory from the main README

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 self-assigned this Aug 12, 2024
@MikeMcC399 MikeMcC399 marked this pull request as ready for review August 12, 2024 15:40
Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I have to track down how to do this myself sometimes, so this should be helpful.

@jennifer-shehane jennifer-shehane merged commit 36e50fa into cypress-io:master Aug 15, 2024
31 checks passed
@MikeMcC399 MikeMcC399 deleted the chromium-example branch August 15, 2024 14:15
@MikeMcC399
Copy link
Collaborator Author

@jennifer-shehane

I have to track down how to do this myself sometimes, so this should be helpful.

I agree that it's helpful to have working examples! I'm following up with a Firefox one as well, since this allows Firefox testing on Mac hardware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants