mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-26 02:33:02 +02:00
Import new 9pm version for improved test report generation. With this in place we can take the opportunity to also refactor and simplify the test spec. generation. Fixes #1129 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
84 lines
1.6 KiB
YAML
84 lines
1.6 KiB
YAML
extends: default
|
|
font:
|
|
catalog:
|
|
merge: true
|
|
Lato:
|
|
normal: Lato/Lato-Regular.ttf
|
|
bold: Lato/Lato-Bold.ttf
|
|
italic: Lato/Lato-Italic.ttf
|
|
bold_italic: Lato/Lato-BoldItalic.ttf
|
|
SourceSansPro:
|
|
normal: SourceSansPro/static/SourceSans3-Regular.ttf
|
|
bold: SourceSansPro/static/SourceSans3-Bold.ttf
|
|
italic: SourceSansPro/static/SourceSans3-Italic.ttf
|
|
bold_italic: SourceSansPro/static/SourceSans3-BoldItalic.ttf
|
|
SourceCodePro:
|
|
normal: SourceCodePro/SourceCodePro-Regular.ttf
|
|
bold: SourceCodePro/SourceCodePro-Bold.ttf
|
|
italic: SourceCodePro/SourceCodePro-Italic.ttf
|
|
bold_italic: SourceCodePro/SourceCodePro-BoldItalic.ttf
|
|
|
|
base:
|
|
font-family: SourceSansPro
|
|
font-size: 10
|
|
line-height-length: 1.3
|
|
font-color: #1f2937
|
|
|
|
code:
|
|
font-family: SourceCodePro
|
|
font-size: 9
|
|
background-color: #ffffff
|
|
border-color: #ffffff
|
|
|
|
codespan:
|
|
font-size: 9
|
|
background-color: #ffffff
|
|
font-color: #000000
|
|
|
|
heading:
|
|
font-family: Lato
|
|
font-kerning: normal
|
|
|
|
role:
|
|
underline:
|
|
text-decoration: underline
|
|
pass:
|
|
font-color: #14532d
|
|
font-style: bold
|
|
fail:
|
|
font-color: #b91c1c
|
|
font-style: bold
|
|
skip:
|
|
font-color: #eab308
|
|
font-style: bold
|
|
|
|
link:
|
|
font-color: #2563eb
|
|
font-style: italic
|
|
text-decoration: underline
|
|
|
|
image:
|
|
caption:
|
|
align: inherit
|
|
|
|
table:
|
|
font-size: 9
|
|
|
|
heading_h1:
|
|
font-family: Lato
|
|
font_size: 24
|
|
|
|
# Test class
|
|
heading_h2:
|
|
font-family: Lato
|
|
font_size: 20
|
|
|
|
# Test case name
|
|
heading_h3:
|
|
font-family: Lato
|
|
font_size: 18
|
|
|
|
heading_h4:
|
|
font-family: Lato
|
|
font_size: 12
|