Skip to content

Commit 70b5a2f

Browse files
committed
renew to win10 png picture
renew to win10 png picture
1 parent 4ea1720 commit 70b5a2f

37 files changed

+44
-6
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/integrated_test/gui_test/.je_editor/je_editor_content.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"language": "python",
66
"language_compiler_param": null,
77
"language_precompiler": null,
8-
"last_file": "C:/program_workspace/python/Integration-testing-environment/test/integrated_test/gui_test/test_script_source/test_py.py",
8+
"last_file": "C:/Users/JeffreyChen/Desktop/Code_Space/Python/ITE/Integration-testing-environment/test/integrated_test/gui_test/test_script_source/webrunner_script.json",
99
"program_buffer": 10240000,
1010
"tab_size": "1c",
1111
"theme": {

test/integrated_test/gui_test/self_autocontrol_test.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
把每個選單的選項點開
1111
程式碼執行元件、API Testing、 GUI Testing、WEB Testing、 Load Testing
1212
"""
13+
14+
1315
def open_file_to_test(file_png: str):
1416
time.sleep(1)
1517

@@ -57,6 +59,7 @@ def open_file_to_test(file_png: str):
5759
detect_threshold=0.9
5860
)
5961

62+
6063
time.sleep(1)
6164

6265
locate_and_click(
@@ -128,7 +131,7 @@ def open_file_to_test(file_png: str):
128131
time.sleep(5)
129132

130133
locate_and_click(
131-
"../../test_source/close_white.png",
134+
"../../test_source/close.png",
132135
mouse_keycode="mouse_left",
133136
detect_threshold=0.9
134137
)
@@ -154,7 +157,7 @@ def open_file_to_test(file_png: str):
154157
time.sleep(5)
155158

156159
locate_and_click(
157-
"../../test_source/close_white.png",
160+
"../../test_source/close.png",
158161
mouse_keycode="mouse_left",
159162
detect_threshold=0.9
160163
)
@@ -200,7 +203,7 @@ def open_file_to_test(file_png: str):
200203
time.sleep(10)
201204

202205
locate_and_click(
203-
"../../test_source/close_white.png",
206+
"../../test_source/close.png",
204207
mouse_keycode="mouse_left",
205208
detect_threshold=0.9
206209
)
Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
1-
HELP
1+
[
2+
[
3+
"set_position",
4+
{
5+
"x": 500,
6+
"y": 500
7+
}
8+
],
9+
[
10+
"mouse_left",
11+
{
12+
"mouse_keycode": "mouse_left",
13+
"x": 500,
14+
"y": 500
15+
}
16+
],
17+
[
18+
"position"
19+
],
20+
[
21+
"press_mouse",
22+
{
23+
"mouse_keycode": "mouse_left",
24+
"x": 500,
25+
"y": 500
26+
}
27+
],
28+
[
29+
"release_mouse",
30+
{
31+
"mouse_keycode": "mouse_left",
32+
"x": 500,
33+
"y": 500
34+
}
35+
]
36+
]

test/test_source/apitestka.png

1.24 KB
Loading
1.65 KB
Loading

test/test_source/autocontrol.png

1.66 KB
Loading
2.35 KB
Loading

test/test_source/clean_result.png

1.81 KB
Loading

test/test_source/close.png

0 Bytes
Loading

0 commit comments

Comments
 (0)