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

chore: extend package.json scripts for Edge and Firefox #867

Merged

Conversation

MikeMcC399
Copy link
Collaborator

Issue

package.json contains the following script definitions to start the server and run Cypress under Chrome without recording:

"e2e:chrome": "cypress run --browser chrome",
"test:ci:chrome": "run-p --race start e2e:chrome",

Equivalent scripts for Edge and Firefox browsers are missing.

Change

Add scripts:

  • e2e:edge
  • e2e:firefox
  • test:ci:edge
  • test:ci:firefox

Verification

Ubuntu 22.04.4 LTS, Node.js 20.16.0 LTS

git clone https://github.com/cypress-io/cypress-example-kitchensink
cd cypress-example-kitchensink
npm ci
npm run test:ci:edge
npm run test:ci:firefox

@cypress-app-bot
Copy link
Collaborator

@MikeMcC399 MikeMcC399 marked this pull request as ready for review July 26, 2024 09:08
@jennifer-shehane jennifer-shehane merged commit 701a701 into cypress-io:master Jul 30, 2024
11 checks passed
@MikeMcC399 MikeMcC399 deleted the extend-browser-scripts branch July 30, 2024 14:19
@cypress-app-bot
Copy link
Collaborator

🎉 This PR is included in version 3.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants