bestofjs / bestofjs

:star: A place to find the best components to build amazing web applications. The best of JavaScript!
https://bestofjs.org
MIT License
2.72k stars 144 forks source link

Trigger E2E tests when Vercel Preview is ready #313

Closed michaelrambeau closed 2 months ago

michaelrambeau commented 2 months ago

Goal

Make PR checks faster by moving the E2E tests to a separate workflow, triggered when deployment on Vercel is ready, following the approach described here: https://vercel.com/guides/how-can-i-run-end-to-end-tests-after-my-vercel-preview-deployment

How to test

Screenshots

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bestofjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 20, 2024 10:43pm
bestofjs-classic ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 20, 2024 10:43pm
michaelrambeau commented 2 months ago

Another approach was set here: https://github.com/bestofjs/bestofjs/pull/315