From 2f07f417fa46c81eb4a4ed6d23046355a5462919 Mon Sep 17 00:00:00 2001 From: Elena Tanasoiu Date: Thu, 22 Dec 2022 10:43:31 +0000 Subject: [PATCH] Move last step to first step in release requirements --- extensions/ql-vscode/docs/test-plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ql-vscode/docs/test-plan.md b/extensions/ql-vscode/docs/test-plan.md index 6829b823b..f2924b77b 100644 --- a/extensions/ql-vscode/docs/test-plan.md +++ b/extensions/ql-vscode/docs/test-plan.md @@ -9,10 +9,10 @@ effort vs value basis). We don't need to test features (and permutations of features) that are covered by automated tests. ### Before releasing the VS Code extension +- Go through the required test cases listed below - Check major PRs since the previous release for specific one-off things to test. Based on that, you might want to choose to go through some of the Optional Test Cases. - Run a query using the existing version of the extension (to generate an “old” query history item) -- Go through the required test cases listed below ## Required Test Cases