Skip to content

Commit 27d49dc

Browse files
authored
Merge pull request #142 from Integration-Automation/dev
Dev
2 parents 6f929f0 + fbea06b commit 27d49dc

22 files changed

+115
-288
lines changed

.github/workflows/dev_python3_10.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: python ./test/unit_test/screen/screen_test.py
3131
- name: Test Screenshot
3232
run: python ./test/unit_test/screen/screenshot_test.py
33+
- name: Save Screenshot Image
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: screenshot_png
37+
path: test.png
3338

3439
- name: Test Keyboard type Function
3540
run: python ./test/unit_test/keyboard/keyboard_type_test.py

.github/workflows/dev_python3_11.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: python ./test/unit_test/screen/screen_test.py
3131
- name: Test Screenshot
3232
run: python ./test/unit_test/screen/screenshot_test.py
33+
- name: Save Screenshot Image
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: screenshot_png
37+
path: test.png
3338

3439
- name: Test Keyboard type Function
3540
run: python ./test/unit_test/keyboard/keyboard_type_test.py

.github/workflows/dev_python3_8.yml

Lines changed: 0 additions & 95 deletions
This file was deleted.

.github/workflows/dev_python3_9.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: python ./test/unit_test/screen/screen_test.py
3131
- name: Test Screenshot
3232
run: python ./test/unit_test/screen/screenshot_test.py
33+
- name: Save Screenshot Image
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: screenshot_png
37+
path: test.png
3338

3439
- name: Test Keyboard type Function
3540
run: python ./test/unit_test/keyboard/keyboard_type_test.py

.github/workflows/stable_python3_10.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: python ./test/unit_test/screen/screen_test.py
3131
- name: Test Screenshot
3232
run: python ./test/unit_test/screen/screenshot_test.py
33+
- name: Save Screenshot Image
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: screenshot_png
37+
path: test.png
3338

3439
- name: Test Keyboard type Function
3540
run: python ./test/unit_test/keyboard/keyboard_type_test.py

.github/workflows/stable_python3_11.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: python ./test/unit_test/screen/screen_test.py
3131
- name: Test Screenshot
3232
run: python ./test/unit_test/screen/screenshot_test.py
33+
- name: Save Screenshot Image
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: screenshot_png
37+
path: test.png
3338

3439
- name: Test Keyboard type Function
3540
run: python ./test/unit_test/keyboard/keyboard_type_test.py

.github/workflows/stable_python3_8.yml

Lines changed: 0 additions & 95 deletions
This file was deleted.

.github/workflows/stable_python3_9.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: python ./test/unit_test/screen/screen_test.py
3131
- name: Test Screenshot
3232
run: python ./test/unit_test/screen/screenshot_test.py
33+
- name: Save Screenshot Image
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: screenshot_png
37+
path: test.png
3338

3439
- name: Test Keyboard type Function
3540
run: python ./test/unit_test/keyboard/keyboard_type_test.py

.idea/workspace.xml

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_auto_control_dev"
9-
version = "0.0.104"
9+
version = "0.0.106"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -21,6 +21,7 @@ dependencies = [
2121
"pyobjc-core;platform_system=='Darwin'",
2222
"pyobjc;platform_system=='Darwin'",
2323
"python-Xlib;platform_system=='Linux'",
24+
"mss"
2425
]
2526
classifiers = [
2627
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)