Skip to content

Commit

Permalink
test: New Electron Versions (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Jun 29, 2023
1 parent 5f9ee2c commit 26b4461
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion test/e2e/test-apps/other/browser-tracing/recipe.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Browser Tracing
command: yarn
condition: version.major >= 3
# Browser Tracing fails on Electron v24
condition: version.major >= 3 && version.major != 24
```
2 changes: 1 addition & 1 deletion test/e2e/versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["2.0.18","3.1.13","4.2.12","5.0.13","6.1.12","7.3.3","8.5.5","9.4.4","10.4.7","11.5.0","12.2.3","13.6.9","14.2.9","15.5.7","16.2.8","17.4.11","18.3.15","19.1.9","20.3.12","21.4.3","22.3.4","23.2.0"]
["2.0.18","3.1.13","4.2.12","5.0.13","6.1.12","7.3.3","8.5.5","9.4.4","10.4.7","11.5.0","12.2.3","13.6.9","14.2.9","15.5.7","16.2.8","17.4.11","18.3.15","19.1.9","20.3.12","21.4.4","22.3.15","23.3.9","24.6.1","25.2.0"]

0 comments on commit 26b4461

Please sign in to comment.