typedb-driver icon indicating copy to clipboard operation
typedb-driver copied to clipboard

Integration tests must be in Typescript and run via Bazel

Open dmitrii-ubskii opened this issue 1 year ago • 0 comments

Problem to Solve

Currently, the integration test suite is a) written in Javascript, and b) can only be executed via direct npm or node invocations.

Proposed Solution

The tests should be ported to Typescript, and Bazel targets should be provided to run them within the Bazel sandbox.

dmitrii-ubskii avatar Aug 31 '23 13:08 dmitrii-ubskii