Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 23, 2024
1 parent 45ba269 commit 2b9859b
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- electron
- chrome
- firefox
- webkit
experimental:
- false
include:
Expand All @@ -33,11 +34,8 @@ jobs:
name: macOS
- os: windows-latest
name: Windows
- os: macos-latest
name: macOS
browser: webkit
- os: ubuntu-latest
name: Linux
exclude:
- os: windows-lates
browser: webkit

name: ${{ matrix.name }} - ${{ matrix.browser }}
Expand Down
1 change: 1 addition & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineConfig } from "cypress";

export default defineConfig({
defaultCommandTimeout: 100000, // for firefox on linux
experimentalWebKitSupport: true,
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
Expand Down
29 changes: 29 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"cypress": "^13.13.0",
"cypress-iframe": "^1.0.1",
"nodemon": "^3.1.4",
"playwright-webkit": "^1.46.1",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"wait-on": "^7.2.0",
Expand Down

0 comments on commit 2b9859b

Please sign in to comment.