Skip to content

Commit

Permalink
Merge pull request #89 from Intergration-Automation-Testing/dev
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
JE-Chen committed Apr 29, 2023
2 parents 53616d2 + c1f6a66 commit 3f1ec94
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
11 changes: 6 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### AutoControl
> Project Kanban \
> https://github.com/orgs/Integrated-Testing-Environment/projects/4/views/1 \
> Image & Coordinate based GUI Testing \
> GUI automated testing based on image comparison and coordinates. \
> https://github.com/orgs/Intergration-Automation-Testing/projects/2 \
> Image & Coordinate based GUI Automation \
> GUI automated based on image comparison and coordinates. \
> Cross-platform and cross-programming language.\
> Solve problems:
>> * Provide automation execution for repetitive tasks.
Expand Down Expand Up @@ -57,7 +57,7 @@ pip install je_auto_control
## Info

> * requirement
>> * Python 3.7 & later
>> * Python 3.8 & later
>> * pip 19.3 & later
> * Dev env
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Rename to build stable version
# This is stable version
# Rename to build dev version
# This is dev version
[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "je_auto_control"
version = "0.0.135"
name = "je_auto_control_dev"
version = "0.0.72"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
description = "GUI Testing Automation Framework"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.7"
requires-python = ">=3.8"
license = { text = "MIT" }
dependencies = [
"je_open_cv",
Expand Down
12 changes: 6 additions & 6 deletions dev.toml → stable.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Rename to build dev version
# This is dev version
# Rename to build stable version
# This is stable version
[build-system]
requires = ["setuptools"]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "je_auto_control_dev"
version = "0.0.71"
name = "je_auto_control"
version = "0.0.136"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
description = "GUI Testing Automation Framework"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.7"
requires-python = ">=3.8"
license = { text = "MIT" }
dependencies = [
"je_open_cv",
Expand Down

0 comments on commit 3f1ec94

Please sign in to comment.