Skip to content

Commit 3e67805

Browse files
committed
ci: pause browser testing until testcafe gets fixed
1 parent 4de88b0 commit 3e67805

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

.github/workflows/test.yml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -194,49 +194,49 @@ jobs:
194194
name: bun server log
195195
if-no-files-found: warn
196196

197-
browsers:
198-
needs:
199-
- build
200-
runs-on: ${{ matrix.runs-on || 'ubuntu-latest' }}
201-
strategy:
202-
fail-fast: false
203-
matrix:
204-
browser:
205-
- name: chrome
206-
id: chrome:headless
207-
- name: firefox
208-
id: firefox:headless
209-
- name: edge
210-
id: edge:headless
211-
include:
212-
- runs-on: macos-15
213-
browser:
214-
name: safari
215-
id: safari
216-
steps:
217-
- name: Checkout
218-
uses: actions/checkout@v4
219-
- name: Setup node
220-
uses: actions/setup-node@v4
221-
with:
222-
node-version: lts/*
223-
cache: 'npm'
224-
- run: npm clean-install
225-
- run: npm install --global testcafe@3
226-
- name: Add rows to the TCC.db
227-
if: ${{ matrix.runs-on == 'macos-15' }}
228-
run: |
229-
sudo sqlite3 "$HOME/Library/Application Support/com.apple.TCC/TCC.db" "INSERT OR REPLACE INTO access VALUES('kTCCServiceAppleEvents','com.devexpress.testcafe-browser-tools',0,2,3,1,X'fade0c0000000068000000010000000700000007000000080000001443fa4ca5141baeda21aeca1f50894673b440d4690000000800000014f8afcf6e69791b283e55bd0b03e39e422745770e0000000800000014bf4fc1aed64c871a49fc6bc9dd3878ce5d4d17c6',NULL,0,'com.apple.Safari',X'fade0c000000002c00000001000000060000000200000010636f6d2e6170706c652e53616661726900000003',NULL,1687952810,NULL,NULL,'UNUSED',1687952810);"
230-
sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" "INSERT OR REPLACE INTO access VALUES('kTCCServiceScreenCapture','com.devexpress.testcafe-browser-tools',0,2,3,1,X'fade0c0000000068000000010000000700000007000000080000001443fa4ca5141baeda21aeca1f50894673b440d4690000000800000014f8afcf6e69791b283e55bd0b03e39e422745770e0000000800000014bf4fc1aed64c871a49fc6bc9dd3878ce5d4d17c6',NULL,0,'UNUSED',NULL,0,1687952810,NULL,NULL,'UNUSED',1687952810);"
231-
- name: Run Test Suite
232-
run: npm run tap:browsers
233-
env:
234-
BROWSER: ${{ matrix.browser.id }}
235-
- name: Upload server logs
236-
if: ${{ failure() }}
237-
id: artifact-upload-step
238-
uses: actions/upload-artifact@v4
239-
with:
240-
path: server.log
241-
name: ${{ matrix.browser.name }} server log
242-
if-no-files-found: warn
197+
# browsers:
198+
# needs:
199+
# - build
200+
# runs-on: ${{ matrix.runs-on || 'ubuntu-latest' }}
201+
# strategy:
202+
# fail-fast: false
203+
# matrix:
204+
# browser:
205+
# - name: chrome
206+
# id: chrome:headless
207+
# - name: firefox
208+
# id: firefox:headless
209+
# - name: edge
210+
# id: edge:headless
211+
# include:
212+
# - runs-on: macos-15
213+
# browser:
214+
# name: safari
215+
# id: safari
216+
# steps:
217+
# - name: Checkout
218+
# uses: actions/checkout@v4
219+
# - name: Setup node
220+
# uses: actions/setup-node@v4
221+
# with:
222+
# node-version: lts/*
223+
# cache: 'npm'
224+
# - run: npm clean-install
225+
# - run: npm install --global testcafe@3
226+
# - name: Add rows to the TCC.db
227+
# if: ${{ matrix.runs-on == 'macos-15' }}
228+
# run: |
229+
# sudo sqlite3 "$HOME/Library/Application Support/com.apple.TCC/TCC.db" "INSERT OR REPLACE INTO access VALUES('kTCCServiceAppleEvents','com.devexpress.testcafe-browser-tools',0,2,3,1,X'fade0c0000000068000000010000000700000007000000080000001443fa4ca5141baeda21aeca1f50894673b440d4690000000800000014f8afcf6e69791b283e55bd0b03e39e422745770e0000000800000014bf4fc1aed64c871a49fc6bc9dd3878ce5d4d17c6',NULL,0,'com.apple.Safari',X'fade0c000000002c00000001000000060000000200000010636f6d2e6170706c652e53616661726900000003',NULL,1687952810,NULL,NULL,'UNUSED',1687952810);"
230+
# sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" "INSERT OR REPLACE INTO access VALUES('kTCCServiceScreenCapture','com.devexpress.testcafe-browser-tools',0,2,3,1,X'fade0c0000000068000000010000000700000007000000080000001443fa4ca5141baeda21aeca1f50894673b440d4690000000800000014f8afcf6e69791b283e55bd0b03e39e422745770e0000000800000014bf4fc1aed64c871a49fc6bc9dd3878ce5d4d17c6',NULL,0,'UNUSED',NULL,0,1687952810,NULL,NULL,'UNUSED',1687952810);"
231+
# - name: Run Test Suite
232+
# run: npm run tap:browsers
233+
# env:
234+
# BROWSER: ${{ matrix.browser.id }}
235+
# - name: Upload server logs
236+
# if: ${{ failure() }}
237+
# id: artifact-upload-step
238+
# uses: actions/upload-artifact@v4
239+
# with:
240+
# path: server.log
241+
# name: ${{ matrix.browser.name }} server log
242+
# if-no-files-found: warn

0 commit comments

Comments
 (0)