Test case library settings
| Suitable Enviroment | SaaS | 
| Private Deployment | 
Requirements
| ONES | 
|---|
| v3.6.0+ | 
Overview
We have provided slots for "ONES TestCase" - "Test case library" - "Test case library settings" to customize the page module for the application.
The slots currently supported are as follows:
- ones:testcase:library:settings:new
 - ones:testcase:library:settings:info
 - ones:testcase:library:settings:permission
 - ones:testcase:library:settings:recycle
 - ones:testcase:library:settings:delete
 
Slots
ones:testcase:library:settings:new
Module path: ONES TestCase / Test case library / Test case library settings / new module
Number limit: Declare a maximum of 10 slots in each plugin, and up to 100 slots in the system.
ones:testcase:library:settings:info
Module path: ONES TestCase / Test case library / Test case library settings / Test library info
Number limit: Declare a maximum of 1 slots in each plugin, and up to 1 slots in the system.
ones:testcase:library:settings:permission
Module path: ONES TestCase / Test case library / Test case library settings / Permission
Number limit: Declare a maximum of 1 slots in each plugin, and up to 1 slots in the system.
ones:testcase:library:settings:recycle
Module path: ONES TestCase / Test case library / Test case library settings / Trash
Number limit: Declare a maximum of 1 slots in each plugin, and up to 1 slots in the system.
ones:testcase:library:settings:delete
ONES Requirement: v3.11.15+
Module path: ONES TestCase / Test case library / Test case library settings / Delete test case library
Number limit: Declare a maximum of 1 slots in each plugin, and up to 1 slots in the system.
Usage
modules:
  - id: ones-testcase-library-settings-info-qHnI
    title: Info
    moduleType: ones:testcase:library:settings:info
    entry: modules/ones-testcase-library-settings-info-qHnI/index.html
Supported config options:
Available Hook API
import { useTestCaseLibraryInfo } from '@ones-op/store'
const testCaseLibraryInfo = useTestCaseLibraryInfo()