AoShen commited on
Commit
30f7b32
·
verified ·
1 Parent(s): fc94923

Upload find_replace/d19c04bf-7390-431d-8395-cb9fc9d9cab1/check.json with huggingface_hub

Browse files
find_replace/d19c04bf-7390-431d-8395-cb9fc9d9cab1/check.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "d19c04bf-7390-431d-8395-cb9fc9d9cab1",
3
+ "evaluator": {
4
+ "postconfig": [
5
+ {
6
+ "type": "activate_window",
7
+ "parameters": {
8
+ "window_name": "Visual Studio Code"
9
+ }
10
+ },
11
+ {
12
+ "type": "sleep",
13
+ "parameters": {
14
+ "seconds": 0.5
15
+ }
16
+ },
17
+ {
18
+ "type": "execute",
19
+ "parameters": {
20
+ "command": [
21
+ "python",
22
+ "-c",
23
+ "import pyautogui; pyautogui.hotkey('ctrl', 's');"
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "type": "sleep",
29
+ "parameters": {
30
+ "seconds": 0.5
31
+ }
32
+ }
33
+ ],
34
+ "func": "compare_text_file",
35
+ "expected": {
36
+ "type": "local_file",
37
+ "path": "/data_btrfs/sandbox-platform/sandbox-platform-task/text-editing-tasks/tasks_final/d19c04bf-7390-431d-8395-cb9fc9d9cab1/input_simple_word_replace_gold.txt",
38
+ "dest": "input_simple_word_replace_gold.txt"
39
+ },
40
+ "result": {
41
+ "type": "vm_file",
42
+ "path": "/home/user/Desktop/input_simple_word_replace.txt",
43
+ "dest": "input_simple_word_replace.txt"
44
+ }
45
+ }
46
+ }