dai-shi / waku

⛩️ The minimal React framework
https://waku.gg
MIT License
4.58k stars 122 forks source link

[Umbrella] test improvement #186

Open himself65 opened 10 months ago

himself65 commented 10 months ago

This is a list of what kinds of tests we still need. In case of the regression:

Smoke test

E2E

Ecosystem

Unit Test

himself65 commented 10 months ago

Other cases

himself65 commented 10 months ago

How do we test the serverless function like vercel, cloudflare, deno?

himself65 commented 10 months ago

I think we can test deno and cloudflare, but not vercel. Vercel requires us to build the code in production so we can test it?