@@ -12,7 +12,7 @@ We don't need to test features (and permutations of features) that are covered b
1212- Go through the required test cases listed below
1313- Check major PRs since the previous release for specific one-off things to test. Based on that, you might want to
1414choose to go through some of the Optional Test Cases.
15- - Run a query using the existing version of the extension (to generate an “ old” query history item)
15+ - Run a query using the existing version of the extension (to generate an " old" query history item)
1616
1717## Required Test Cases
1818
@@ -34,7 +34,7 @@ choose to go through some of the Optional Test Cases.
34343 . Check that a notification message pops up and the results view is opened.
35354 . Check the query history. It should:
3636 - Show that an item has been added to the query history
37- - The item should be marked as “ in progress” .
37+ - The item should be marked as " in progress" .
38385 . Once the query starts:
3939 - Check the results view
4040 - Check the code paths view, including the code paths drop down menu.
@@ -53,7 +53,7 @@ choose to go through some of the Optional Test Cases.
5353 - Provide a link to the actions workflow
54544 . Check the query history. It should:
5555 - Show that an item has been added to the query history
56- - The item should be marked as “ in progress” .
56+ - The item should be marked as " in progress" .
57575 . Once the query starts:
5858 - Check that a notification is shown with a link to the results view
5959 - Check that the results are rendered with an alert message and a highlighted code snippet:
@@ -131,25 +131,25 @@ These are mostly aimed at MRVA, but some of them are also applicable to non-MRVA
131131 2 . Can run queries on private repositories
1321323 . The controller repo exists but you do not have write access
1331334 . The controller repo doesn’t exist
134- 5 . The “ config field” for the controller repo is not set
134+ 5 . The " config field" for the controller repo is not set
135135
136136### Query History
1371371 . Query history is loaded when vscode starts
138138- Handles when action workflow was cancelled while vscode was closed
139139- Starts monitoring variant analyses
140- - When variant analysis state is “ pending”
141- - When variant analysis state is “ in_progress”
142- - When variant analysis state is “ succeded”
140+ - When variant analysis state is " pending"
141+ - When variant analysis state is " in_progress"
142+ - When variant analysis state is " succeded"
143143 - All results are downloaded
144144 - Not all results are downloaded
145- - When variant analysis state is “ failed”
145+ - When variant analysis state is " failed"
146146 - Stops monitoring
1471472 . Can open query history item
148148- Manually by clicking on them
149149- Automatically when vscode starts (if they were open when vscode was last used)
1501503 . Can delete a query history item
151151- Item is removed from list in UI
152- - Files on dist are deleted (can get to files using “ open query directory” )
152+ - Files on dist are deleted (can get to files using " open query directory" )
1531534 . Can sort query history items
154154- By name
155155- By query date
@@ -187,11 +187,11 @@ These are mostly aimed at MRVA, but some of them are also applicable to non-MRVA
187187
188188### Results view
1891891 . Can open a results view
190- - When variant analysis state is “ pending”
191- - When variant analysis state is “ in_progress”
192- - When variant analysis state is “ succeeded”
193- - When variant analysis state is “ failed”
194- - When variant analysis state is “ canceled”
190+ - When variant analysis state is " pending"
191+ - When variant analysis state is " in_progress"
192+ - When variant analysis state is " succeeded"
193+ - When variant analysis state is " failed"
194+ - When variant analysis state is " canceled"
1951952 . Results view opens automatically
196196- When starting variant analysis run
197197- When vscode opens (if view was open when vscode was closed)
@@ -215,10 +215,10 @@ See section from query history.
215215 - Duration
21621613 . Can see live results
217217 - Results appear in extension as soon as each query is completed
218- 14 . Can view interpreted results (i.e. for a “ problem” query)
218+ 14 . Can view interpreted results (i.e. for a " problem" query)
219219 - Can view non-path results
220- - Can view code paths for “ path-problem” queries
221- 15 . Can view raw results (i.e. for a non “ problem” query)
220+ - Can view code paths for " path-problem" queries
221+ 15 . Can view raw results (i.e. for a non " problem" query)
222222 - Renders a table
22322316 . Can see skipped repositories
224224 - Can see repos with no db in a tab
@@ -228,7 +228,7 @@ See section from query history.
228228 - Only shows tab when there are skipped repos
22922917 . Result downloads
230230 - All results are downloaded automatically
231- - Download status is indicated by a spinner (Not currently any indication of progress beyond “ downloading” and “ not downloading” )
231+ - Download status is indicated by a spinner (Not currently any indication of progress beyond " downloading" and " not downloading" )
232232 - Only 3 items are downloaded at a time
233233 - Results for completed queries are still downloaded when
234234 - Some but not all queries failed
0 commit comments