bahrmichael / point-in-time-scheduler-e2e-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E2E Tests for the Point In Time Scheduler API

How to run tests

The tests require the two environment variables CONTROL_KEY_SECRET and CONTROL_KEY_ID. You can generate those by going to the Point In Time Scheduler Dashboard, and then navigate to Control Keys and create one.

Then run the following:

yarn install

CONTROL_KEY_SECRET=secret CONTROL_KEY_ID=id yarn test

Resources

About


Languages

Language:TypeScript 100.0%