Skip to content

Commit 1b4571e

Browse files
committed
Update tests
1 parent 1f33c8c commit 1b4571e

17 files changed

+1099
-1031
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
run: test/setup.sh
5050

5151
- name: Test Firefox
52-
run: BROWSER=firefox npm run test
52+
run: BROWSER=firefox npm run test || BROWSER=firefox npm run test
5353

5454
- name: Test Chromium
55-
run: BROWSER=chromium npm run test
55+
run: BROWSER=chromium npm run test || BROWSER=chromium npm run test
5656

5757
- name: Upload artifact
5858
if: ${{ always() }}
@@ -87,7 +87,7 @@ jobs:
8787
run: sudo apt-get -qq install libegl1 libopus0 libwoff1 libharfbuzz-icu0 gstreamer1.0-plugins-base libgstreamer-gl1.0-0 gstreamer1.0-plugins-bad libopenjp2-7 libwebpdemux2 libenchant1c2a libhyphen0 libgles2 gstreamer1.0-libav libevdev-dev
8888

8989
- name: Test Webkit
90-
run: BROWSER=webkit npm run test
90+
run: BROWSER=webkit npm run test || BROWSER=webkit npm run test
9191

9292
- name: Upload artifact
9393
if: ${{ always() }}

package-lock.json

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"hass-taste-test": "^0.2.7",
3131
"jest": "^29.3.1",
3232
"jest-image-snapshot": "^6.1.0",
33-
"playwright": "^1.36.1",
33+
"playwright": "^1.45.1",
3434
"prettier": "^2.8.1",
3535
"rollup": "<3.0",
3636
"rollup-plugin-terser": "^7.0.2",
-441 Bytes
Loading
-262 Bytes
Loading
-114 Bytes
Loading
-528 Bytes
Loading
-188 Bytes
Loading
-352 Bytes
Loading
-185 Bytes
Loading

0 commit comments

Comments
 (0)