Skip to content

demostf/api-test

Repository files navigation

api-test

Build Status

Test suite for demos.tf api

Usage

Start the test with the following environment variables

  • DB_URL - sqlx database url for the database used by the api
  • BASE_URL - base url for the api
  • EDIT_KEY - edit key for the api

Note that the test suite is destructive, all data saved in the database will be wiped for each test run.