welsonjs/data/test-misc.json

79 lines
2.3 KiB
JSON
Raw Normal View History

{
2024-01-04 03:05:47 +00:00
"description": "WelsonJS test profile (test-misc.json)",
"date": "2024-01-04",
"revision": "HEAD",
"authors": [
2023-11-07 02:37:05 +00:00
"Namhyeon Go <gnh1201@gmail.com>"
],
"links": [
"https://github.com/gnh1201/welsonjs",
"https://catswords.social/@catswords_oss"
],
"tags": [
"javascript",
"microsoft",
"coffeescript",
"windows",
"typescript",
"html5",
"js",
"uri",
"desktop",
"ie",
"es5",
"jscript",
"wsh",
"mshtml",
"lolbins",
"lolbas",
"rescript",
2023-12-29 06:22:20 +00:00
"mshta",
2023-12-29 06:23:24 +00:00
"chatgpt"
],
"schema": {
"version": "0.1"
},
"tests": [
{
"id": "gtkserver_test",
"description": "GTK Server를 이용한 GUI(그래픽 사용자 인터페이스) 구현 가능 여부 확인",
"tags": ["GTK", "GTK"]
},
{
"id": "toolkit_msedge_test",
"description": "This example includes Microsoft Edge controls and mouse clicks.",
"tags": ["Web Browser", "Web Browser Control"]
},
{
"id": "squel_sqlmap_test",
"description": "Test SQL mapping with squel library.",
"tags": ["Database", "SQL Mapper"]
2023-12-29 06:22:20 +00:00
},
{
"id": "sharedmemory",
"description": "Write and read a text on the (named) shared memory",
"tags": ["Windows System", "IPC(Inter-Process Communication)"]
2024-01-04 03:05:47 +00:00
},
2024-01-04 06:48:09 +00:00
{
2024-01-04 06:47:05 +00:00
"id": "sharedmemory_write",
"description": "Write a text to the (named) shared memory",
"tags": ["Windows System", "IPC(Inter-Process Communication)"]
2024-01-04 06:48:09 +00:00
},
{
2024-01-04 06:47:05 +00:00
"id": "sharedmemory_read",
"description": "Read a text from the (named) shared memory",
"tags": ["Windows System", "IPC(Inter-Process Communication)"]
2024-01-04 06:48:09 +00:00
},
{
2024-01-04 03:05:47 +00:00
"id": "sharedmemory_listener",
2024-01-04 06:47:05 +00:00
"description": "Read a text from the (named) shared memory, Repeatly",
2024-01-04 03:05:47 +00:00
"tags": ["Windows System", "IPC(Inter-Process Communication)"]
2024-03-12 06:07:12 +00:00
},
{
"id": "string_split",
"description": "String.split test",
"tags": ["Assertion"]
2024-01-04 06:48:09 +00:00
}
]
}