Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 556 Bytes

File metadata and controls

18 lines (11 loc) · 556 Bytes

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
  • ACCESS_KEY - access key for the api

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