welsonjs/data/test-misc.json

86 lines
2.4 KiB
JSON
Raw Normal View History

{
2024-01-04 03:05:47 +00:00
"description": "WelsonJS test profile (test-misc.json)",
2024-06-01 17:00:17 +00:00
"released": "2024-01-04",
"dependencies": {
"welsonjs": "0.2.7"
2024-06-01 17:04:46 +00:00
},
"authors": [
2023-11-07 02:37:05 +00:00
"Namhyeon Go <gnh1201@gmail.com>"
],
2024-06-01 17:00:17 +00:00
"references": [
"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": {
2024-06-01 17:00:17 +00:00
"version": "0.2"
},
"tests": [
{
"id": "gtkserver_test",
2024-04-06 06:17:59 +00:00
"description": "Graphical User Interface (GUI) test with GTK server",
"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",
2024-04-06 06:17:59 +00:00
"description": "String.split() test",
2024-03-12 06:07:12 +00:00
"tags": ["Assertion"]
2024-04-06 06:17:59 +00:00
},
{
"id": "linqjs",
"description": "linq.js (LINQ for JavaScript) test",
"tags": ["Library"]
2024-01-04 06:48:09 +00:00
}
]
}