Files
pkurchatov 2d76ba8999 Fixed state switching in tooltips
commit_hash:e8ba6113ebf09446427ba31d815b37061a29b894
2025-01-22 13:19:41 +03:00
..
2024-10-25 23:32:50 +03:00
2024-12-11 19:13:58 +03:00
2024-12-11 19:13:58 +03:00
2024-12-11 19:13:58 +03:00
2024-10-17 17:40:49 +03:00
2024-05-07 13:41:44 +03:00
2024-12-26 13:56:45 +03:00
2024-11-21 13:15:31 +03:00
2024-06-28 12:14:17 +03:00
2024-12-06 14:28:33 +03:00
2024-09-27 01:00:05 +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
2024-01-12 16:50:37 +03:00
2024-01-09 14:58:30 +03:00
2025-01-22 13:19:41 +03:00
2024-03-05 19:14:21 +03:00
2024-10-31 16:25:00 +03:00
2024-09-17 16:43:42 +03:00
2024-01-09 14:58:30 +03:00
2024-09-09 14:22:19 +03:00
2022-09-22 11:14:47 +03:00
2023-06-06 14:47:42 +03:00
2023-04-14 13:40:19 +03:00
2023-04-14 13:40:19 +03:00
2024-12-02 16:14:35 +03:00
2023-02-08 20:27:09 +03:00
2024-01-12 16:50:37 +03:00
2024-01-12 16:50:37 +03:00
2023-07-21 13:23:24 +03:00
2024-04-19 12:50:44 +03:00
2024-03-11 16:32:54 +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.