File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @builder.io/qwik ' : patch
3
+ ---
4
+
5
+ CI: add qwik react e2e test runs to ci
Original file line number Diff line number Diff line change @@ -713,6 +713,8 @@ jobs:
713
713
mv artifact-create-qwik/* packages/create-qwik/dist/
714
714
mkdir -p packages/eslint-plugin-qwik/dist/
715
715
mv artifact-eslint-plugin-qwik/* packages/eslint-plugin-qwik/dist/
716
+ mkdir -p packages/qwik-react/lib/
717
+ mv artifact-qwikreact/lib/* packages/qwik-react/lib/
716
718
717
719
- run : pnpm install --frozen-lockfile
718
720
@@ -725,6 +727,9 @@ jobs:
725
727
- name : Playwright E2E Integration Tests
726
728
run : pnpm run test.e2e.integrations.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
727
729
730
+ - name : Playwright E2E Qwik React Tests
731
+ run : pnpm run test.e2e.qwik-react.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
732
+
728
733
- name : Validate Create Qwik Cli
729
734
if : matrix.settings.host != 'windows-latest'
730
735
run : pnpm cli.validate
Original file line number Diff line number Diff line change 245
245
"test.e2e.integrations.webkit" : " playwright test e2e/adapters-e2e/tests --project=webkit --config e2e/adapters-e2e/playwright.config.ts" ,
246
246
"test.e2e.webkit" : " playwright test starters --browser=webkit --config starters/playwright.config.ts" ,
247
247
"test.e2e.qwik-react.chromium" : " playwright test e2e/qwik-react-e2e/tests --project=chromium --config e2e/qwik-react-e2e/playwright.config.ts" ,
248
+ "test.e2e.qwik-react.webkit" : " playwright test e2e/qwik-react-e2e/tests --project=webkit --config e2e/qwik-react-e2e/playwright.config.ts" ,
248
249
"test.rust" : " make test" ,
249
250
"test.rust.update" : " make test-update" ,
250
251
"test.unit" : " vitest packages" ,
You can’t perform that action at this time.
0 commit comments