mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -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: "kibDevDocsOpsExpect" },
|
||||||
{ pageId: "kibDevDocsOpsAmbientStorybookTypes" },
|
{ pageId: "kibDevDocsOpsAmbientStorybookTypes" },
|
||||||
{ pageId: "kibDevDocsOpsAmbientUiTypes"},
|
{ pageId: "kibDevDocsOpsAmbientUiTypes"},
|
||||||
|
{ pageId: "kibDevDocsOpsTestSubjSelector"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
|
@ -200,7 +200,8 @@
|
||||||
{ "id": "kibDevDocsOpsJestSerializers" },
|
{ "id": "kibDevDocsOpsJestSerializers" },
|
||||||
{ "id": "kibDevDocsOpsExpect" },
|
{ "id": "kibDevDocsOpsExpect" },
|
||||||
{ "id": "kibDevDocsOpsAmbientStorybookTypes" },
|
{ "id": "kibDevDocsOpsAmbientStorybookTypes" },
|
||||||
{ "id": "kibDevDocsOpsAmbientUiTypes" }
|
{ "id": "kibDevDocsOpsAmbientUiTypes" },
|
||||||
|
{ "id": "kibDevDocsOpsTestSubjSelector"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -18,7 +18,6 @@ filegroup(
|
||||||
|
|
||||||
NPM_MODULE_EXTRA_FILES = [
|
NPM_MODULE_EXTRA_FILES = [
|
||||||
"package.json",
|
"package.json",
|
||||||
"README.md",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
RUNTIME_DEPS = []
|
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