Skip to content

Commit

Permalink
C3 e2es: skip qwik and vue unsupported checks (#4568)
Browse files Browse the repository at this point in the history
* don't test vue on windows
* don't test qwik with yarn
  • Loading branch information
dario-piotrowicz authored Dec 7, 2023
1 parent be9a296 commit 70f634c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/create-cloudflare/e2e-tests/frameworks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ describe.concurrent(`E2E: Web frameworks`, () => {
],
testCommitMessage: true,
unsupportedOSs: ["win32"],
unsupportedPms: ["yarn"],
},
remix: {
expectResponseToContain: "Welcome to Remix",
Expand Down Expand Up @@ -143,6 +144,7 @@ describe.concurrent(`E2E: Web frameworks`, () => {
vue: {
expectResponseToContain: "Vite App",
testCommitMessage: true,
unsupportedOSs: ["win32"],
},
};

Expand Down

0 comments on commit 70f634c

Please sign in to comment.