Skip to content

Commit 82e11d0

Browse files
committed
e2e: ci tests
1 parent dc386d1 commit 82e11d0

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/test-wallet-playwright.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,22 @@ jobs:
5050
echo "Cache contents:"
5151
ls -la ~/.cache/ms-playwright/ || echo "No cache found"
5252
53-
# Test that we can actually launch chromium
54-
echo "Testing chromium launch..."
55-
cat > test-launch.js << 'EOF'
56-
const { chromium } = require('@playwright/test');
57-
(async () => {
58-
console.log('Attempting to launch chromium...');
59-
const browser = await chromium.launch({ headless: true });
60-
console.log('✅ Chromium launched successfully!');
61-
await browser.close();
62-
process.exit(0);
63-
})().catch(err => {
64-
console.error('❌ Failed to launch chromium:', err);
65-
process.exit(1);
66-
});
67-
EOF
68-
node test-launch.js
53+
# # Test that we can actually launch chromium
54+
# echo "Testing chromium launch..."
55+
# cat > test-launch.js << 'EOF'
56+
# const { chromium } = require('@playwright/test');
57+
# (async () => {
58+
# console.log('Attempting to launch chromium...');
59+
# const browser = await chromium.launch({ headless: true });
60+
# console.log('✅ Chromium launched successfully!');
61+
# await browser.close();
62+
# process.exit(0);
63+
# })().catch(err => {
64+
# console.error('❌ Failed to launch chromium:', err);
65+
# process.exit(1);
66+
# });
67+
# EOF
68+
# node test-launch.js
6969
7070
- name: Run wallet tests
7171
env:

0 commit comments

Comments
 (0)