Testing Instructions

April 9, 2025 ยท View on GitHub

  1. Download the pocketbase executable for the version of Pocketbase you wish to test.
  2. Create a test user with the command {pocketbase_executable} superuser create admin@test.com password. These are the default creds used by the tests. You can edit the client object here if you want to change the pocketbase URL or the creds.
  3. Now run the gradle task for your desired tests! Example ./gradlew jvmTest

Special instructions

  • Check the instructions inside the Backup Service for special instructions on testing backups.