Files
grechka62 cf1e5515ff Support parsing multiplatform tests
commit_hash:30c0f59f613adf7914f390c20f751136e7b34b75
2026-04-29 15:45:34 +03:00

71 lines
1.5 KiB
JSON

{
"description": "All values are parsed correctly",
"platforms": [
"android",
"ios"
],
"unsupported_platforms": {
"web": "There is no \"parsing\" process on the web"
},
"card": {
"log_id": "test",
"states": [
{
"state_id": 0,
"div": {
"type": "text",
"auto_ellipsize": true,
"background": [
{
"type": "gradient",
"colors": [
"#FF112233",
"#FF332211"
]
}
],
"font_weight": "bold",
"font_size": 20,
"text": "Hello!",
"text_color": "#FFAABBCC",
"transition_triggers": [
"data_change",
"state_change"
]
}
}
]
},
"expected": {
"card": {
"log_id": "test",
"states": [
{
"state_id": 0,
"div": {
"type": "text",
"auto_ellipsize": true,
"background": [
{
"type": "gradient",
"colors": [
"#FF112233",
"#FF332211"
]
}
],
"font_weight": "bold",
"font_size": 20,
"text": "Hello!",
"text_color": "#FFAABBCC",
"transition_triggers": [
"data_change",
"state_change"
]
}
}
]
}
}
}