File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
console/atest-ui/src/views/__test__ Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17- import { SupportedExtension , SupportedExtensions } from "../store" ;
17+ import { SupportedExtension , SupportedExtensions } from "../store" ;
1818
1919describe ( "SupportedExtensions" , ( ) => {
2020 test ( 'length check' , ( ) => {
2121 const extensions = SupportedExtensions ( )
22- expect ( extensions . length ) . toBe ( 6 )
22+ expect ( extensions . length ) . toBe ( 7 )
2323 } )
2424
2525 for ( const extension of SupportedExtensions ( ) ) {
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Ports in extensions:
88| Store | [ git] ( https://github.com/LinuxSuRen/atest-ext-store-git ) | 4074 |
99| Store | [ mongodb] ( https://github.com/LinuxSuRen/atest-ext-store-mongodb ) | 4075 |
1010| Store | [ redis] ( https://github.com/LinuxSuRen/atest-ext-store-redis ) | |
11+ | Store | [ iotdb] ( https://github.com/LinuxSuRen/atest-ext-store-iotdb ) | |
1112| Monitor | [ docker-monitor] ( https://github.com/LinuxSuRen/atest-ext-monitor-docker ) | |
1213| Agent | [ collector] ( https://github.com/LinuxSuRen/atest-ext-collector ) | |
1314| Secret | [ Vault] ( https://github.com/LinuxSuRen/api-testing-vault-extension ) | |
@@ -20,6 +21,7 @@ Ports in extensions:
2021* Finally, add the extension's name into function [ SupportedExtensions] ( ../console/atest-ui/src/views/store.ts ) .
2122
2223## Naming conventions
24+
2325Please follow the following conventions if you want to add a new store extension:
2426
2527` store-xxx `
You can’t perform that action at this time.
0 commit comments