0.1.19 • Published 3 months ago

aisbreaker-server-integration-tests v0.1.19

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Server Integration Tests: Test AIsBreaker API Client and (Demo) Server together

Configuration (environment variables), e.g. to configure in CI environment:

  • AISBREAKER_SERVER_URL (optional, default: http://localhost:3000)
  • AISBREAKER_API_KEY
  • OPENAI_API_KEY e.g. with
. ./setenv-for-localhost-server-integration-tests.sh
# don't forget to start the server on http://localhost:3000

or with

. ./setenv-for-dev-server-integration-tests.sh
# make sure the server runs on https://api.demo.app-dev.cloud.service01.net

Run all tests:

./server-integration-tests.sh

Attention for Testing with loclhost server: Don't forget to set env variable AUTH_ENCRYPTION_KEYPHRASE before starting the server, e.g. with

cd packages/aisbreaker-server/
. ../../../setenv.sh
./startDev.sh
0.1.19

3 months ago

0.1.18

4 months ago

0.1.17

4 months ago

0.1.16

4 months ago

0.1.15

5 months ago

0.1.14

5 months ago

0.1.12

5 months ago

0.1.13

5 months ago

0.1.11

5 months ago

0.1.10

5 months ago

0.1.9

5 months ago

0.1.8

5 months ago

0.1.7

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago