From 0943de9d6fd19eebda54f4331a624ed4d5de5e1f Mon Sep 17 00:00:00 2001 From: Maxim Zhiltsov Date: Thu, 1 Dec 2022 21:16:03 +0300 Subject: [PATCH] Update test guide with SDK/CLI info (#5402) Follow up for #5394 The existing text wont work in a clean repo. This PR adds missing info. --- site/content/en/docs/contributing/running-tests.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/en/docs/contributing/running-tests.md b/site/content/en/docs/contributing/running-tests.md index 8ce6d0391e8b..b128ab6aa410 100644 --- a/site/content/en/docs/contributing/running-tests.md +++ b/site/content/en/docs/contributing/running-tests.md @@ -39,6 +39,8 @@ yarn run cypress:run:chrome:canvas3d # REST API, SDK and CLI tests **Initial steps** +1. Follow [this guide](/site/content/en/docs/api_sdk/sdk/developer-guide/) to prepare + `cvat-sdk` and `cvat-cli` source code 1. Install all necessary requirements before running REST API tests: ``` pip install -r ./tests/python/requirements.txt