rahulpunaseR
Convex Community9mo ago
2 replies
rahulpunase

Need to run convex backend on CI.

I need to run convex dev on CI so that I can run playwright integration tests on gitActions.

- I already have my project running on convex, but it's on cloud, and I connect to "development" to read write the data. But that's not possible while running tests on CI. Every test may need different data which is only possible using a local convex dev.

Please give me some advice on how to do it.

I was able to run convex locally on my system, but how do I run over a workflow...?
Was this page helpful?