Skip to content

Commit

Permalink
test: use examples/browser for firefox v12 tests (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jun 5, 2023
1 parent 61a130a commit 01f8544
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3,436 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/example-firefox.yml
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
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.

0 comments on commit 01f8544

Please sign in to comment.