https://github.com/qwikdev/qwik-city-e2e
Use to test Qwik City on each server
https://github.com/qwikdev/qwik-city-e2e
Last synced: 3 months ago
JSON representation
Use to test Qwik City on each server
- Host: GitHub
- URL: https://github.com/qwikdev/qwik-city-e2e
- Owner: QwikDev
- Created: 2023-01-06T16:44:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T05:57:11.000Z (about 1 year ago)
- Last Synced: 2025-02-23T02:37:07.414Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 4.76 MB
- Stars: 7
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qwik City E2E Test App 🌃⚡️

Commits to this repo will trigger each [workflow](https://github.com/QwikDev/qwik-city-e2e/tree/main/.github/workflows), which will build and test on each server. The Node workflow tests the `dev`, `preview` and `express` Nodejs servers.
The [package.json](https://github.com/QwikDev/qwik-city-e2e/blob/main/package.json) pnpm installs the build artifacts committed to [qwik-build](https://github.com/QwikDev/qwik-build) and [qwik-city-build](https://github.com/QwikDev/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/