Skip to content

Commit 8c1d0a4

Browse files
committed
edit readme
edit readme
1 parent 12e9309 commit 8c1d0a4

File tree

2 files changed

+57
-44
lines changed

2 files changed

+57
-44
lines changed

.idea/workspace.xml

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

README.md

Lines changed: 33 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
1-
# AutoControl
2-
1+
### AutoControl
2+
> Image & Coordinate based GUI Testing \
3+
> GUI automated testing based on image comparison and coordinates. \
4+
> Cross-platform and cross-programming language.\
5+
> Solve problems:
6+
>> * Provide automation execution for repetitive tasks.
7+
>> * Multiple methods are available, including recording, image recognition, and coordinate-based testing.
8+
>> * Tests can be executed remotely through TCP/IP.
9+
>> * Test reports can be generated with records for each action.
10+
>> * The same code can be used for three platforms, reducing the possibility of platform-dependent programs.
11+
>> * Provide hooks for keyboard and mouse events and state checks (including using code to simulate key presses).
12+
>> * Can use keywords for development to improve readability.
313
---
4-
5-
## AutoControl as a tool for GUI Testing
6-
714
### Features
815

9-
* Image Detect
10-
* Keyboard Event
11-
* Mouse Event
12-
* Screen
13-
* Action file and executor
14-
* Record Event
15-
* CLI with action file
16-
* Generate HTML Report
17-
* Timeout
16+
>* Image Detect
17+
>* Keyboard Event
18+
>* Mouse Event
19+
>* Screen
20+
>* Action file and executor
21+
>* Record Event
22+
>* CLI with action file
23+
>* Generate HTML Report
24+
>* Timeout
1825
1926
---
2027

@@ -42,19 +49,19 @@ pip install je_auto_control
4249

4350
## Info
4451

45-
* requirement
46-
* Python 3.7 & later
47-
* pip 19.3 & later
52+
>* requirement
53+
>> * Python 3.7 & later
54+
>> * pip 19.3 & later
4855
4956

50-
* Dev env
51-
* windows 11
52-
* osx 11 big sur
53-
* ubuntu 20.0.4
57+
>* Dev env
58+
>> * windows 11
59+
>> * osx 11 big sur
60+
>> * ubuntu 20.0.4
5461
5562

56-
* Test on
57-
* windows 10 ~ 11
58-
* osx 10.5 ~ 11 big sur
59-
* ubuntu 20.0.4
60-
* raspberry pi 3B and 4B
63+
>* Test on
64+
>> * Windows 10 ~ 11
65+
>> * osx 10.5 ~ 11 big sur
66+
>> * ubuntu 20.0.4
67+
>> * raspberry pi 3B and 4B

0 commit comments

Comments
 (0)