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: use examples/browser for firefox v12 tests #933

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/example-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
with:
# let's show browser and system info
build: npx cypress info
working-directory: examples/firefox
working-directory: examples/browser
browser: firefox

# report screenshot size and store the screenshots as test artifacts
- uses: actions/upload-artifact@v3
with:
name: screenshots-in-firefox
path: examples/firefox/cypress/screenshots
path: examples/browser/cypress/screenshots

- run: npx image-size cypress/screenshots/**/*.png
working-directory: examples/firefox
working-directory: examples/browser
3 changes: 2 additions & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"info": "cypress info",
"cy:run": "cypress run",
"cy:run:chrome": "cypress run --browser chrome",
"cy:run:edge": "cypress run --browser edge"
"cy:run:edge": "cypress run --browser edge",
"cy:run:firefox": "cypress run --browser firefox"
},
"private": true,
"devDependencies": {
Expand Down
17 changes: 0 additions & 17 deletions examples/firefox/cypress.config.js

This file was deleted.

22 changes: 0 additions & 22 deletions examples/firefox/cypress/e2e/spec.cy.js

This file was deleted.