We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1186655 commit 38c7a45Copy full SHA for 38c7a45
2 files changed
.github/workflows/just_checks.yml
@@ -39,7 +39,6 @@ jobs:
39
uses: actions/setup-node@v4
40
with:
41
node-version-file: ".node-version"
42
- package-manager-cache: false
43
- name: Enable Corepack
44
run: corepack enable
45
- name: Rust Cache
packages/chrome-plugin/playwright.config.ts
@@ -20,9 +20,9 @@ export default defineConfig({
20
},
21
globalTimeout: 120000,
22
webServer: {
23
- command: 'pnpm http-server ./tests/pages/ -p 8081',
+ command: 'pnpm exec http-server ./tests/pages -p 8081 -a 127.0.0.1',
24
url: 'http://127.0.0.1:8081',
25
- stdout: 'ignore',
+ stdout: 'pipe',
26
stderr: 'pipe',
27
28
/* Configure projects for major browsers */
0 commit comments