Skip to content

Commit 1489287

Browse files
committed
test: add @webcontainer/test
1 parent a11497c commit 1489287

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ecosystem-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
matrix:
2626
suite:
2727
- starters
28+
- webcontainer-test
2829
fail-fast: false
2930
steps:
3031
- uses: actions/checkout@v4

tests/webcontainer-test.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { defineTest } from "../src/test";
2+
3+
export default defineTest({
4+
repo: "stackblitz/webcontainer-test",
5+
branch: "main",
6+
test: ["test"],
7+
beforeTest:
8+
"npx playwright install chromium firefox --with-deps --only-shell",
9+
});

0 commit comments

Comments
 (0)