You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup unit tests for isolated atomic functions (mostly utilities) and integration / e2e tests for logic communicating with PocketBase directly. Both tests can be done using Vitest.
Requirements
Testcases
Unit tests for atomic functions
E2E tests for PocketBase communication
Setup
Run tests inside GitHub Actions before publishing a release to npm
Unit tests are isolated, requiring no additional setup
E2E tests have to send requests to PocketBase, requiring an (up-to-date) instance of PocketBase running inside GitHub Actions
The text was updated successfully, but these errors were encountered:
Setup unit tests for isolated atomic functions (mostly utilities) and integration / e2e tests for logic communicating with PocketBase directly. Both tests can be done using Vitest.
Requirements
The text was updated successfully, but these errors were encountered: