ver Dec25thv3
added config for new example with metrics under implementation
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"id": "0cecd4f3-74de-457b-ba94-29ad6b5dafb6",
|
||||
"snapshot": "libreoffice_calc",
|
||||
"instruction": "Copy sheet1 and insert it before sheet2",
|
||||
"source": "https://www.libreofficehelp.com/add-insert-delete-copy-move-rename-a-worksheet-in-libreoffice-calc/",
|
||||
"config": [
|
||||
{
|
||||
"type": "download",
|
||||
"parameters": {
|
||||
"files": [
|
||||
{
|
||||
"url": "https://101.43.24.67/s/LLE8tmGkpNeGBtZ/download/copy_sheet_insert.xlsx",
|
||||
"path": "/home/david/copy_sheet_insert.xlsx"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "open",
|
||||
"parameters": {
|
||||
"path": "/home/david/copy_sheet_insert.xlsx"
|
||||
}
|
||||
}
|
||||
],
|
||||
"trajectory": "trajectories/0cecd4f3-74de-457b-ba94-29ad6b5dafb6",
|
||||
"related_apps": [
|
||||
"libreoffice_calc"
|
||||
],
|
||||
"evaluator": {
|
||||
"func": "check_sheet_list",
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
"path": "/home/david/copy_sheet_insert.xlsx",
|
||||
"dest": "copy_sheet_insert.xlsx"
|
||||
},
|
||||
"expected": {
|
||||
"type": "rule",
|
||||
"rules": [
|
||||
{
|
||||
"type": "sheet_name",
|
||||
"sheet_idx": 0,
|
||||
"sheet_name": "Sheet1"
|
||||
},
|
||||
{
|
||||
"type": "sheet_data",
|
||||
"sheet_idx0": 0,
|
||||
"sheet_idx1": 1
|
||||
},
|
||||
{
|
||||
"type": "sheet_name",
|
||||
"sheet_idx": 2,
|
||||
"sheet_name": "Sheet2"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user