Skip to content

Instantly share code, notes, and snippets.

@PlainBane
Forked from lossendae/instruction.md
Created March 7, 2026 14:55
Show Gist options
  • Select an option

  • Save PlainBane/156fd57c1558c003a1a43612a092830d to your computer and use it in GitHub Desktop.

Select an option

Save PlainBane/156fd57c1558c003a1a43612a092830d to your computer and use it in GitHub Desktop.
Allow Cypress to run chrome installed via flatpak

Create a file in your home and make it executable:

sudo vi ~/.local/bin/chrome
sudo chmod +x ~/.local/bin/chrome

Content of the file :

#!/bin/bash
flatpak run com.google.Chrome "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment