You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/test-plan.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ choose to go through some of the Optional Test Cases.
20
20
21
21
### Test Case 1: MRVA - Running a problem path query and viewing results
22
22
23
-
1. Open the [UnsafeJQueryPlugin query](https://github.com/github/codeql/blob/main/javascript/ql/src/Security/CWE-079/UnsafeJQueryPlugin.ql).
23
+
1. Open the [javascript UnsafeJQueryPlugin query](https://github.com/github/codeql/blob/main/javascript/ql/src/Security/CWE-079/UnsafeJQueryPlugin.ql).
24
24
2. Run a MRVA against the following repo list:
25
25
26
26
```json
@@ -49,35 +49,39 @@ choose to go through some of the Optional Test Cases.
49
49
50
50
### Test Case 2: MRVA - Running a problem query and viewing results
51
51
52
-
1. Open the [ReDoS query](https://github.com/github/codeql/blob/main/javascript/ql/src/Performance/ReDoS.ql).
52
+
1. Open the [javascript ReDoS query](https://github.com/github/codeql/blob/main/javascript/ql/src/Performance/ReDoS.ql).
53
53
2. Run a MRVA against the "Top 10" repositories.
54
-
3. Check that there is a notification message.
54
+
3. Check that a notification message pops up and the results view is opened.
55
55
4. Check the query history. It should:
56
56
- Show that an item has been added to the query history
57
57
- The item should be marked as "in progress".
58
-
5. Once the query starts:
59
-
- Check that a notification is shown with a link to the results view
58
+
5. Once the query completes:
60
59
- Check that the results are rendered with an alert message and a highlighted code snippet:
0 commit comments