Files
denlvovich 9c2fe79705 The display of the corner radius in the regression test has been fixed
commit_hash:d8f6997a88330c61ab9abc67678758705493a49e
2026-03-03 17:22:42 +03:00
..
2025-02-07 18:43:40 +03:00
2025-02-07 18:43:40 +03:00
2025-02-07 18:43:40 +03:00
2025-02-07 18:43:40 +03:00
2024-12-11 19:13:58 +03:00
2025-03-25 17:04:56 +03:00
2024-05-07 13:41:44 +03:00
2024-12-26 13:56:45 +03:00
2025-02-07 18:43:40 +03:00
2025-12-23 15:56:25 +03:00
2025-02-07 18:43:40 +03:00
2022-09-28 09:22:37 +03:00
2022-09-28 09:22:37 +03:00
2023-10-04 13:51:44 +03:00
2025-07-15 19:50:21 +03:00
2024-01-09 14:58:30 +03:00
2025-02-07 18:43:40 +03:00
2026-02-11 13:06:20 +03:00
2025-09-16 11:20:05 +03:00
2025-02-07 18:43:40 +03:00
2025-02-07 18:43:40 +03:00
2025-02-07 18:43:40 +03:00
2022-09-22 11:14:47 +03:00
2025-02-07 18:43:40 +03:00
2025-02-07 18:43:40 +03:00
2025-02-07 18:43:40 +03:00
2024-12-02 16:14:35 +03:00
2023-02-08 20:27:09 +03:00
2025-07-15 19:50:21 +03:00
2025-07-15 19:50:21 +03:00
2025-02-07 18:43:40 +03:00
2024-04-19 12:50:44 +03:00
2024-03-11 16:32:54 +03:00
2025-03-20 12:15:40 +03:00
2025-02-07 18:43:40 +03:00
2025-02-14 21:25:48 +03:00

DivKit Test Data

JSON data for framework testing inside DivKit Playground apps. Theese test cases can be found in DivKit Playground -> Testing screen.

How to add new test case

  1. Add JSON data file into this folder.
  2. Add test case information into index.json file.
  3. Rebuild DivKit Playground app and check new test case.

index.json format

title test case title.

steps actions required to complete the test case.

expected_results what is expected to happen after performing actions from steps section.

tags tags that are used to filter scenarios.

priority test case priority. Possible values: blocker, critical, normal, minor. Default value is normal.

file relative path to JSON data.

platforms list of platforms where the test case is available. Possible values: android, ios, web.