Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

Testing

Convex makes it easy to test your app via automated tests running in JS oragainst a real backend, and manually in dev, preview and staging environments.

Automated tests

convex-test library

Use theconvex-test library to test your functionsin JS via the excellent Vitest testing framework.

Testing against a real backend

Convex open source builds allow you to test all of your backend logic running ona reallocal Convex backend.

Set up testing in CI

It's a good idea to test your app continuously in a controlled environment. Nomatter which way automated method you use, it's easy to run them withGitHub Actions.

Manual tests

Running a function in dev

Manually run a function in dev to quickly see if things are working:

Preview deployments

Use preview deployments to getearly feedback from your team for your in-progress features.

Staging environment

You can set up a separate project as a staging environment to test against. SeeDeploying Your App to Production.


[8]ページ先頭

©2009-2025 Movatter.jp