|
| 1 | +[ |
| 2 | + { |
| 3 | + "heading": "Testing" |
| 4 | + }, |
| 5 | + { |
| 6 | + "title": "Overview", |
| 7 | + "path": "" |
| 8 | + }, |
| 9 | + { |
| 10 | + "title": "Acceptance Testing", |
| 11 | + "routes": [ |
| 12 | + { |
| 13 | + "title": "Overview", |
| 14 | + "path": "acceptance-tests" |
| 15 | + }, |
| 16 | + { |
| 17 | + "title": "Test Cases", |
| 18 | + "path": "acceptance-tests/testcase" |
| 19 | + }, |
| 20 | + { |
| 21 | + "title": "Test Steps", |
| 22 | + "routes": [{ |
| 23 | + "title": "Overview", |
| 24 | + "path": "acceptance-tests/teststep" |
| 25 | + }, { |
| 26 | + "title": "Import mode", |
| 27 | + "path": "acceptance-tests/import-mode" |
| 28 | + }] |
| 29 | + }, |
| 30 | + { |
| 31 | + "title": "Terraform Version Checks", |
| 32 | + "path": "acceptance-tests/tfversion-checks" |
| 33 | + }, |
| 34 | + { |
| 35 | + "title": "Plan Checks", |
| 36 | + "routes": [ |
| 37 | + { |
| 38 | + "title": "Overview", |
| 39 | + "path": "acceptance-tests/plan-checks" |
| 40 | + }, |
| 41 | + { |
| 42 | + "title": "Resource Plan Checks", |
| 43 | + "path": "acceptance-tests/plan-checks/resource" |
| 44 | + }, |
| 45 | + { |
| 46 | + "title": "Output Plan Checks", |
| 47 | + "path": "acceptance-tests/plan-checks/output" |
| 48 | + }, |
| 49 | + { |
| 50 | + "title": "Custom Plan Checks", |
| 51 | + "path": "acceptance-tests/plan-checks/custom" |
| 52 | + } |
| 53 | + ] |
| 54 | + }, |
| 55 | + { |
| 56 | + "title": "State Checks", |
| 57 | + "routes": [ |
| 58 | + { |
| 59 | + "title": "Overview", |
| 60 | + "path": "acceptance-tests/state-checks" |
| 61 | + }, |
| 62 | + { |
| 63 | + "title": "Resource State Checks", |
| 64 | + "path": "acceptance-tests/state-checks/resource" |
| 65 | + }, |
| 66 | + { |
| 67 | + "title": "Output State Checks", |
| 68 | + "path": "acceptance-tests/state-checks/output" |
| 69 | + }, |
| 70 | + { |
| 71 | + "title": "Custom State Checks", |
| 72 | + "path": "acceptance-tests/state-checks/custom" |
| 73 | + } |
| 74 | + ] |
| 75 | + }, |
| 76 | + { |
| 77 | + "title": "Query Checks", |
| 78 | + "routes": [ |
| 79 | + { |
| 80 | + "title": "Overview", |
| 81 | + "path": "acceptance-tests/query-checks" |
| 82 | + }, |
| 83 | + { |
| 84 | + "title": "Resource Query Checks", |
| 85 | + "path": "acceptance-tests/query-checks/resource" |
| 86 | + }, |
| 87 | + { |
| 88 | + "title": "Output Query Checks", |
| 89 | + "path": "acceptance-tests/query-checks/output" |
| 90 | + }, |
| 91 | + { |
| 92 | + "title": "Custom Query Checks", |
| 93 | + "path": "acceptance-tests/query-checks/custom" |
| 94 | + } |
| 95 | + ] |
| 96 | + }, |
| 97 | + { |
| 98 | + "title": "Known Value Checks", |
| 99 | + "routes": [ |
| 100 | + { |
| 101 | + "title": "Overview", |
| 102 | + "path": "acceptance-tests/known-value-checks" |
| 103 | + }, |
| 104 | + { |
| 105 | + "title": "Bool", |
| 106 | + "path": "acceptance-tests/known-value-checks/bool" |
| 107 | + }, |
| 108 | + { |
| 109 | + "title": "Custom", |
| 110 | + "path": "acceptance-tests/known-value-checks/custom" |
| 111 | + }, |
| 112 | + { |
| 113 | + "title": "Float32", |
| 114 | + "path": "acceptance-tests/known-value-checks/float32" |
| 115 | + }, |
| 116 | + { |
| 117 | + "title": "Float64", |
| 118 | + "path": "acceptance-tests/known-value-checks/float64" |
| 119 | + }, |
| 120 | + { |
| 121 | + "title": "Int32", |
| 122 | + "path": "acceptance-tests/known-value-checks/int32" |
| 123 | + }, |
| 124 | + { |
| 125 | + "title": "Int64", |
| 126 | + "path": "acceptance-tests/known-value-checks/int64" |
| 127 | + }, |
| 128 | + { |
| 129 | + "title": "List", |
| 130 | + "path": "acceptance-tests/known-value-checks/list" |
| 131 | + }, |
| 132 | + { |
| 133 | + "title": "Map", |
| 134 | + "path": "acceptance-tests/known-value-checks/map" |
| 135 | + }, |
| 136 | + { |
| 137 | + "title": "NotNull", |
| 138 | + "path": "acceptance-tests/known-value-checks/not-null" |
| 139 | + }, |
| 140 | + { |
| 141 | + "title": "Null", |
| 142 | + "path": "acceptance-tests/known-value-checks/null" |
| 143 | + }, |
| 144 | + { |
| 145 | + "title": "Number", |
| 146 | + "path": "acceptance-tests/known-value-checks/number" |
| 147 | + }, |
| 148 | + { |
| 149 | + "title": "Object", |
| 150 | + "path": "acceptance-tests/known-value-checks/object" |
| 151 | + }, |
| 152 | + { |
| 153 | + "title": "Set", |
| 154 | + "path": "acceptance-tests/known-value-checks/set" |
| 155 | + }, |
| 156 | + { |
| 157 | + "title": "String", |
| 158 | + "path": "acceptance-tests/known-value-checks/string" |
| 159 | + }, |
| 160 | + { |
| 161 | + "title": "Tuple", |
| 162 | + "path": "acceptance-tests/known-value-checks/tuple" |
| 163 | + } |
| 164 | + ] |
| 165 | + }, |
| 166 | + { |
| 167 | + "title": "Value Comparers", |
| 168 | + "routes": [ |
| 169 | + { |
| 170 | + "title": "Overview", |
| 171 | + "path": "acceptance-tests/value-comparers" |
| 172 | + } |
| 173 | + ] |
| 174 | + }, |
| 175 | + { |
| 176 | + "title": "Sweepers", |
| 177 | + "path": "acceptance-tests/sweepers" |
| 178 | + }, |
| 179 | + { |
| 180 | + "title": "Terraform JSON Paths", |
| 181 | + "path": "acceptance-tests/tfjson-paths" |
| 182 | + }, |
| 183 | + { |
| 184 | + "title": "Terraform Configuration", |
| 185 | + "path": "acceptance-tests/configuration" |
| 186 | + }, |
| 187 | + { |
| 188 | + "title": "Ephemeral Resources", |
| 189 | + "path": "acceptance-tests/ephemeral-resources" |
| 190 | + }, |
| 191 | + { |
| 192 | + "title": "Environment Variables", |
| 193 | + "path": "acceptance-tests/environment-variables" |
| 194 | + }, |
| 195 | + { |
| 196 | + "title": "Continuous Integration", |
| 197 | + "path": "acceptance-tests/continuous-integration" |
| 198 | + } |
| 199 | + ] |
| 200 | + }, |
| 201 | + { |
| 202 | + "title": "Testing Patterns", |
| 203 | + "path": "testing-patterns" |
| 204 | + }, |
| 205 | + { |
| 206 | + "title": "Unit Testing", |
| 207 | + "path": "unit-testing" |
| 208 | + }, |
| 209 | + { |
| 210 | + "title": "Migrating from SDK", |
| 211 | + "path": "migrating" |
| 212 | + } |
| 213 | +] |
0 commit comments