Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.01 KB

serverless-test

The serverless-test is a collection of e2e tests based on the Open API for the TiDB Cloud serverless.

The goal of the serverless-test is:

  1. Ensure the correctness of any features in TiDB Cloud serverless.
  2. Provide examples for the usage of the TiDB Cloud Open API.

Tested Features

The following features are tested in the serverless-test:

  • Import
  • Export

How to Contribute

  • SDK: The SDK is imported from tidbcloud-cli. Open a pull request to the tidbcloud-cli repository if you want to modify the SDK.
  • Common configurations: you can add common configurations in the config package.
  • Add tests: when you want to add tests for a new feature, create a new test file under sceneTest.
  • Add GitHub actions: after adding tests, you can add GitHub actions to run the tests automatically. e.g., export-scene-test.yml.

LICENSE

Apache 2.0 license. See the LICENSE file for details.