-
Notifications
You must be signed in to change notification settings - Fork 21
/
webtau.json
23 lines (23 loc) · 1.43 KB
/
webtau.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"description": "WebTau end-to-end testing across layers",
"properties": [
{ "name": "v", "value": "2.4" },
{ "name": "v-renovate-hint", "value": "update: package=org.testingisdocumenting.webtau:webtau" }
],
"link": "https://github.com/testingisdocumenting/webtau",
"dependencies": [
"org.testingisdocumenting.webtau:webtau:$v"
],
"imports": [
"org.testingisdocumenting.webtau.WebTauDsl.*"
],
"init": [
"org.testingisdocumenting.webtau.browser.BrowserConfig.setBrowserSameDriverInThreads(true)"
],
"renderers": {
"org.testingisdocumenting.webtau.data.table.TableData": "HTML(org.testingisdocumenting.webtau.notebook.PrettyPrintableToHtmlConverter.convert($it as org.testingisdocumenting.webtau.data.render.PrettyPrintable))",
"org.testingisdocumenting.webtau.browser.page.GenericPageElement": "HTML(org.testingisdocumenting.webtau.browser.notebook.NotebookResultRenderer.renderPageElementAndHighlight($it as org.testingisdocumenting.webtau.browser.page.PageElement))",
"org.testingisdocumenting.webtau.browser.page.PageElementValue": "HTML(org.testingisdocumenting.webtau.notebook.PrettyPrintableToHtmlConverter.convert($it as org.testingisdocumenting.webtau.data.render.PrettyPrintable))",
"org.testingisdocumenting.webtau.browser.page.PageUrl": "HTML(org.testingisdocumenting.webtau.notebook.PrettyPrintableToHtmlConverter.convert($it as org.testingisdocumenting.webtau.data.render.PrettyPrintable))"
}
}