QwikDev / qwik-city-e2e

Use to test Qwik City on each server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qwik City E2E Test App 🌃⚡️

Qwik Logo

Commits to this repo will trigger each workflow, which will build and test on each server. The Node workflow tests the dev, preview and express Nodejs servers.

The package.json pnpm installs the build artifacts committed to qwik-build and qwik-city-build. Update the commit hash in version for the dependencies of @builder.io/qwik and @builder.io/qwik-city.

External Servers

Azure SWA

https://blue-smoke-0a7cdfe10.2.azurestaticapps.net/app/

Cloudflare Pages

https://qwik-city-e2e.pages.dev/app/

Netlify Edge

https://qwik-city-e2e.netlify.app/app/

Vercel Edge

https://qwik-city-e2e.vercel.app/app/

Vercel Serverless

https://qwik-city-build-serverless.vercel.app/app/

Node Servers

Dev

pnpm run dev
http://127.0.0.1:3000/app/

Preview

pnpm run build.preview
pnpm run serve.preview
http://127.0.0.1:3001/app/

Express

pnpm run build.express
pnpm run serve.express
http://127.0.0.1:3002/app/

About

Use to test Qwik City on each server


Languages

Language:HTML 88.1%Language:TypeScript 8.8%Language:CSS 2.7%Language:JavaScript 0.3%