Skip to content

Use to test Qwik City on each server

Notifications You must be signed in to change notification settings

QwikDev/qwik-city-e2e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-vercel-edge-for-e2e.vercel.app/app/

Vercel Serverless

https://qwik-vercel-serverless-for-e2e.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/