mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
docs(NA): adds @kbn/test-subj-selector into ops devdocs (#132505)
This commit is contained in:
parent
04f47dda74
commit
419d4e2e59
5 changed files with 13 additions and 5 deletions
|
@ -45,5 +45,6 @@ layout: landing
|
|||
{ pageId: "kibDevDocsOpsExpect" },
|
||||
{ pageId: "kibDevDocsOpsAmbientStorybookTypes" },
|
||||
{ pageId: "kibDevDocsOpsAmbientUiTypes"},
|
||||
{ pageId: "kibDevDocsOpsTestSubjSelector"},
|
||||
]}
|
||||
/>
|
|
@ -200,7 +200,8 @@
|
|||
{ "id": "kibDevDocsOpsJestSerializers" },
|
||||
{ "id": "kibDevDocsOpsExpect" },
|
||||
{ "id": "kibDevDocsOpsAmbientStorybookTypes" },
|
||||
{ "id": "kibDevDocsOpsAmbientUiTypes" }
|
||||
{ "id": "kibDevDocsOpsAmbientUiTypes" },
|
||||
{ "id": "kibDevDocsOpsTestSubjSelector"}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -18,7 +18,6 @@ filegroup(
|
|||
|
||||
NPM_MODULE_EXTRA_FILES = [
|
||||
"package.json",
|
||||
"README.md",
|
||||
]
|
||||
|
||||
RUNTIME_DEPS = []
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# test-subj-selector
|
||||
|
||||
Convert a string from test subject syntax to css selectors.
|
10
packages/kbn-test-subj-selector/README.mdx
Executable file
10
packages/kbn-test-subj-selector/README.mdx
Executable file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
id: kibDevDocsOpsTestSubjSelector
|
||||
slug: /kibana-dev-docs/ops/test-subj-selector
|
||||
title: "@kbn/test-subj-selector"
|
||||
description: An utility package to quickly get css selectors from strings
|
||||
date: 2022-05-19
|
||||
tags: ['kibana', 'dev', 'contributor', 'operations', 'test', 'subj', 'selector']
|
||||
---
|
||||
|
||||
Converts a string from a test subject syntax into a css selectors composed by `data-test-subj`.
|
Loading…
Add table
Add a link
Reference in a new issue